]> git.evergreen-ils.org Git - Evergreen.git/commit
Hack: create symbolic links with names demanded by Translate Toolkit
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 4 Dec 2009 03:09:24 +0000 (03:09 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 4 Dec 2009 03:09:24 +0000 (03:09 +0000)
commitd23765022fea942ef6b7c228b205a6ff6aa4d46a
tree82df1c0ebb6350517e0df3eb00100e7573d4bdfc
parentc427eaa33f08ed379b000b6baab067e4d84ef429
Hack: create symbolic links with names demanded by Translate Toolkit

GNU gettext recommended layout is foo.dtd/ll.po, where "ll" represents
the locale of the translated resource.

But Translate Toolkit doesn't offer any command line flags to tell it
what kind of file it's supposed to generate; it relies on the filename:

The file extension of the original Mozilla file is required to tell the
Toolkit how to do the conversion. Therefore, a file like foo.dtd must be
named foo.dtd.po in order to po2moz to recognise it as a DTD file.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15074 dcc99617-32d9-48b4-a31d-7c20da2025e4
build/i18n/Makefile