Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 59e5b0d

Browse files
author
Pierre GIRAUD
committed
Merge pull request #336 from dodobas/tx_update_translations
Add da pt_BR ru it languages and local l10n files
2 parents f51a366 + 4a90ab2 commit 59e5b0d

File tree

15 files changed

+3989
-641
lines changed

15 files changed

+3989
-641
lines changed

.tx/config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ host = https://www.transifex.com
44
[osm-tasking-manager2.master]
55
source_file = osmtm/locale/en/LC_MESSAGES/osmtm.po
66
source_lang = en
7+
trans.da = osmtm/locale/da/LC_MESSAGES/osmtm.po
78
trans.de = osmtm/locale/de/LC_MESSAGES/osmtm.po
89
trans.es = osmtm/locale/es/LC_MESSAGES/osmtm.po
910
trans.fr = osmtm/locale/fr/LC_MESSAGES/osmtm.po
1011
trans.id = osmtm/locale/id/LC_MESSAGES/osmtm.po
12+
trans.it = osmtm/locale/it/LC_MESSAGES/osmtm.po
1113
trans.ja = osmtm/locale/ja/LC_MESSAGES/osmtm.po
1214
trans.lt = osmtm/locale/lt/LC_MESSAGES/osmtm.po
1315
trans.pt = osmtm/locale/pt/LC_MESSAGES/osmtm.po
16+
trans.pt_BR = osmtm/locale/pt_BR/LC_MESSAGES/osmtm.po
17+
trans.ru = osmtm/locale/ru/LC_MESSAGES/osmtm.po
1418
trans.zh_TW = osmtm/locale/zh_TW/LC_MESSAGES/osmtm.po
1519

development.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pyramid.default_locale_name = en
1414
pyramid.includes =
1515
pyramid_debugtoolbar
1616

17-
available_languages = en fr es de pt ja lt zh_TW id
17+
available_languages = en fr es de pt ja lt zh_TW id da pt_BR ru it
1818

1919
sqlalchemy.url = postgresql://username:password@localhost/osmtm
2020
local_settings_path = %(here)s/local.ini

0 commit comments

Comments
 (0)