]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Extend the translation framework to use a Makefile.
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 18 Nov 2007 17:41:48 +0000 (17:41 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 18 Nov 2007 17:41:48 +0000 (17:41 +0000)
commit7907a3a37049e8dd0ed93cfe611411c5ed9e025b
treeee9b5247e496cc7f8a94bab5f184507b044a535e
parentf9f9d991a1df41ae9444cb14766d3c747beb9841
Extend the translation framework to use a Makefile.
Add en-CA and fr-CA PO files for DTDs and property files.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@8080 dcc99617-32d9-48b4-a31d-7c20da2025e4
14 files changed:
build/i18n/Makefile [new file with mode: 0644]
build/i18n/po/en-CA/admin.properties.po [new file with mode: 0644]
build/i18n/po/en-CA/cat.properties.po [new file with mode: 0644]
build/i18n/po/en-CA/circ.properties.po [new file with mode: 0644]
build/i18n/po/en-CA/common.properties.po [new file with mode: 0644]
build/i18n/po/en-CA/lang.dtd.po [new file with mode: 0644]
build/i18n/po/en-CA/opac.dtd.po [new file with mode: 0644]
build/i18n/po/fr-CA/admin.properties.po [new file with mode: 0644]
build/i18n/po/fr-CA/cat.properties.po [new file with mode: 0644]
build/i18n/po/fr-CA/circ.properties.po [new file with mode: 0644]
build/i18n/po/fr-CA/common.properties.po [new file with mode: 0644]
build/i18n/po/fr-CA/lang.dtd.po [new file with mode: 0644]
build/i18n/po/fr-CA/opac.dtd.po [new file with mode: 0644]
build/i18n/tests/testpo.py [new file with mode: 0644]