mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
Added translations: Estonian (Estonia) et_EE, Russian (Ukraine) ru_UA, Ukrainian (Ukraine) uk_UA.
Thanks to translators!
This commit is contained in:
parent
8b2e2e9b1f
commit
ac85e00e0a
5 changed files with 3433 additions and 1 deletions
|
@ -39,7 +39,7 @@ host = https://www.transifex.com
|
|||
# tap:i18n requires us to use `-` separator in the language identifiers whereas
|
||||
# Transifex uses a `_` separator, without an option to customize it on one side
|
||||
# or the other, so we need to do a Manual mapping.
|
||||
lang_map = ar_EG:ar-EG, bg_BG:bg, de_AT:de-AT, de_CH:de-CH, en_DE:en-DE, en_IT:en-IT, en_GB:en-GB, es_AR:es-AR, es_CL:es-CL, es_419:es-LA, es_PE:es-PE, es_MX:es-MX, es_TX:es-TX, es_PY:es-PY, el_GR:el-GR, fa_IR:fa-IR, fi_FI:fi, fr_FR:fr-FR, fr_CH:fr-CH, gu_IN:gu-IN, hi_IN:hi-IN, hu_HU:hu, id_ID:id, mn_MN:mn, ms_MY:ms-MY, lv_LV:lv, pt_BR:pt-BR, ro_RO:ro, sl_SI:sl, zh_CN:zh-CN, zh_TW:zh-TW, zh_Hans:zh-Hans, zh_HK:zh-HK
|
||||
lang_map = ar_EG:ar-EG, bg_BG:bg, de_AT:de-AT, de_CH:de-CH, en_DE:en-DE, en_IT:en-IT, en_GB:en-GB, et_EE:et-EE, es_AR:es-AR, es_CL:es-CL, es_419:es-LA, es_PE:es-PE, es_MX:es-MX, es_TX:es-TX, es_PY:es-PY, el_GR:el-GR, fa_IR:fa-IR, fi_FI:fi, fr_FR:fr-FR, fr_CH:fr-CH, gu_IN:gu-IN, hi_IN:hi-IN, hu_HU:hu, id_ID:id, mn_MN:mn, ms_MY:ms-MY, lv_LV:lv, pt_BR:pt-BR, ro_RO:ro, ru_UA:ru-UA, sl_SI:sl, uk_UA:uk-UA, zh_CN:zh-CN, zh_TW:zh-TW, zh_Hans:zh-Hans, zh_HK:zh-HK
|
||||
|
||||
[wekan.application]
|
||||
file_filter = i18n/<lang>.i18n.json
|
||||
|
|
1141
i18n/et-EE.i18n.json
Normal file
1141
i18n/et-EE.i18n.json
Normal file
File diff suppressed because it is too large
Load diff
1141
i18n/ru-UA.i18n.json
Normal file
1141
i18n/ru-UA.i18n.json
Normal file
File diff suppressed because it is too large
Load diff
1141
i18n/uk-UA.i18n.json
Normal file
1141
i18n/uk-UA.i18n.json
Normal file
File diff suppressed because it is too large
Load diff
|
@ -48,6 +48,9 @@ tx pull -f -l nl
|
|||
echo "Esperanto:"
|
||||
tx pull -f -l eo
|
||||
|
||||
echo "Estonian (Estonia):"
|
||||
tx pull -f -l et_EE
|
||||
|
||||
echo "English (Germany):"
|
||||
tx pull -f -l en_DE
|
||||
|
||||
|
@ -175,6 +178,9 @@ tx pull -f -l ro
|
|||
echo "Russian:"
|
||||
tx pull -f -l ru
|
||||
|
||||
echo "Russian (Ukraine):"
|
||||
tx pull -f -l ru_UA
|
||||
|
||||
echo "Spanish:"
|
||||
tx pull -f -l es
|
||||
|
||||
|
@ -223,5 +229,8 @@ tx pull -f -l tr
|
|||
echo "Ukrainian:"
|
||||
tx pull -f -l uk
|
||||
|
||||
echo "Ukrainian (Ukraine):"
|
||||
tx pull -f -l uk_UA
|
||||
|
||||
echo "Vietnamese:"
|
||||
tx pull -f -l vi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue