From: Richard L. <rl...@wi...> - 2006-02-09 18:28:58
|
On Thu, 2006-02-09 at 18:53 +0100, Bjoern Voigt wrote: > Hello! Wow, this is essentially the exact e-mail I was intending to send soon, I just hadn't written it yet! Thanks. :) > I miss the functionality of ./update.pl which shows files in > po/POTFILES.in which do _NOT_ have i18n strings. But this is not a big > issue for me. You *might* (untested) be able to duplicate this by doing something like: mv POTFILES.in POTFILES.tmp touch POIFILES.in intltool-update -m mv POTFILES.tmp POTFILES.in diff missing POTFILES.in > 3) Is it possible to use intltool for the Windows NSIS translations in > src/win32/nsis/translations? Updating the Windows NSIS translations > is still a manual job. I've been meaning to ask Daniel about this... Richard |