Add new locales and restructure how they are handled.
commit504651a3f52cd138de27ea68bfe20c2f21b6d586
authorAndrew McMillan <andrew@morphoss.com>
Thu, 25 Aug 2011 00:45:33 +0000 (25 12:45 +1200)
committerAndrew McMillan <andrew@morphoss.com>
Thu, 25 Aug 2011 00:45:33 +0000 (25 12:45 +1200)
tree7e254b36b48c2cad9a46de5e090f7ab1ecb55bf7
parent27deec06ac143ad4ff8ba541ec8f84bb27c3ffe6
Add new locales and restructure how they are handled.

We now build the dba/supported_locales.sql file from po/locale.values
files for each locale, and we are also fetching the translations from
transifex.net in order to build them.

This commit also adds support for some new locales, especially
Brazilian Portuguese and Mexican Spanish.
36 files changed:
.tx/config [new file with mode: 0644]
dba/supported_locales.sql
po/de.po
po/de.values [new file with mode: 0644]
po/es_AR.po
po/es_AR.values [new file with mode: 0644]
po/es_MX.po [new file with mode: 0644]
po/es_MX.values [new file with mode: 0644]
po/es_VE.po [moved from po/es.po with 77% similarity]
po/es_VE.values [new file with mode: 0644]
po/et.po
po/et.values [new file with mode: 0644]
po/fr.po
po/fr.values [new file with mode: 0644]
po/hu.po
po/hu.values [new file with mode: 0644]
po/it.po
po/it.values [new file with mode: 0644]
po/ja.po
po/ja.values [new file with mode: 0644]
po/nb.po [deleted file]
po/nb_NO.po
po/nb_NO.values [new file with mode: 0644]
po/nl.po
po/nl.values [new file with mode: 0644]
po/pl.po
po/pl.values [new file with mode: 0644]
po/pt_BR.po [new file with mode: 0644]
po/pt_BR.values [new file with mode: 0644]
po/pt_PT.po [new file with mode: 0644]
po/pt_PT.values [new file with mode: 0644]
po/ru.po
po/ru.values [new file with mode: 0644]
po/sv.po
po/sv.values [new file with mode: 0644]
scripts/po/rebuild-translations.sh