diff options
-rw-r--r-- | .tx/config | 2 | ||||
-rw-r--r-- | client/components/main/layouts.js | 2 | ||||
-rw-r--r-- | client/components/users/userHeader.js | 2 | ||||
-rw-r--r-- | i18n/ig.i18n.json (renamed from i18n/ibo.i18n.json) | 0 |
4 files changed, 3 insertions, 3 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 = en_GB:en-GB, es_AR:es-AR, el_GR:el, fa_IR:fa, fi_FI:fi, ig:ibo, hu_HU:hu, id_ID:id, mn_MN:mn, no:nb, lv_LV:lv, pt_BR:pt-BR, ro_RO:ro, zh_CN:zh-CN, zh_TW:zh-TW +lang_map = en_GB:en-GB, es_AR:es-AR, el_GR:el, fa_IR:fa, fi_FI:fi, hu_HU:hu, id_ID:id, mn_MN:mn, no:nb, lv_LV:lv, pt_BR:pt-BR, ro_RO:ro, zh_CN:zh-CN, zh_TW:zh-TW [wekan.application] file_filter = i18n/<lang>.i18n.json diff --git a/client/components/main/layouts.js b/client/components/main/layouts.js index 04a22624..df22fc14 100644 --- a/client/components/main/layouts.js +++ b/client/components/main/layouts.js @@ -19,7 +19,7 @@ Template.userFormsLayout.helpers({ return _.map(TAPi18n.getLanguages(), (lang, code) => { return { tag: code, - name: lang.name === 'br' ? 'Brezhoneg' : lang.name, + name: lang.name === 'br' ? 'Brezhoneg' : lang.name === 'ig' ? 'Igbo' : lang.name, }; }).sort(function(a, b) { if (a.name === b.name) { diff --git a/client/components/users/userHeader.js b/client/components/users/userHeader.js index f8a1c8b7..96c8c95e 100644 --- a/client/components/users/userHeader.js +++ b/client/components/users/userHeader.js @@ -116,7 +116,7 @@ Template.changeLanguagePopup.helpers({ return _.map(TAPi18n.getLanguages(), (lang, code) => { return { tag: code, - name: lang.name === 'br' ? 'Brezhoneg' : lang.name, + name: lang.name === 'br' ? 'Brezhoneg' : lang.name === 'ig' ? 'Igbo' : lang.name, }; }).sort(function (a, b) { if (a.name === b.name) { diff --git a/i18n/ibo.i18n.json b/i18n/ig.i18n.json index 2844c99e..2844c99e 100644 --- a/i18n/ibo.i18n.json +++ b/i18n/ig.i18n.json |