Hi,

the DEV300 m51 milestones contains the cws l10ncleanup04 that moves all the translations that are spread over the office code to the new module "l10n".

The structure of this l10n module is like this:

l10n/
l10n/source/
l10n/source/af
l10n/source/af/localize.sdf
l10n/source/ar/localize.sdf
[...]

thus you only have one file per language. The localize.pl tool had been modified so it will merge the big file there. If you are a translator and/or want to build a instset with updated localisations then you can also just move your new modified file over it instead of merging it with localize -m ....

A build in this l10n directory will spread the big files again into small mixed ones in the output tree. This step is needed so the l10n tools don't need to parse the huge files again and again:

cd l10n && build
[...]
ls

l10n/
l10n/unxlngi6.pro/
l10n/unxlngi6.pro/misc/
l10n/unxlngi6.pro/misc/sdf/
l10n/unxlngi6.pro/misc/sdf/accessibility/
l10n/unxlngi6.pro/misc/sdf/accessibility/source/
l10n/unxlngi6.pro/misc/sdf/accessibility/source/helper
l10n/unxlngi6.pro/misc/sdf/accessibility/source/helper/localize.sdf
l10n/unxlngi6.pro/misc/sdf/avmedia/
l10n/unxlngi6.pro/misc/sdf/avmedia/source/
l10n/unxlngi6.pro/misc/sdf/avmedia/source/framework
l10n/unxlngi6.pro/misc/sdf/avmedia/source/framework/localize.sdf
l10n/unxlngi6.pro/misc/sdf/avmedia/source/viewer
l10n/unxlngi6.pro/misc/sdf/avmedia/source/viewer/localize.sdf
[...]

NOTE: As the cws moved more then 2 GB in the repository your next cws rebase might be quite slow! Please don't blame Heiner for that and don't send any angry mails to him ;)

Cheers,
Ivo


Crossposting to d...@openoffice and d...@l10n.openoffice

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@l10n.openoffice.org
For additional commands, e-mail: dev-h...@l10n.openoffice.org

Reply via email to