From f46243d9431ee784a7e2f95c964442bc44efcc33 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 10 Jan 2021 20:40:18 +0200 Subject: [PATCH] Update translations. --- .tx/config | 2 +- i18n/{no.i18n.json => nb.i18n.json} | 0 releases/translations/pull-translations.sh | 10 +++++----- 3 files changed, 6 insertions(+), 6 deletions(-) rename i18n/{no.i18n.json => nb.i18n.json} (100%) diff --git a/.tx/config b/.tx/config index d1a615e09..47b803fe5 100644 --- a/.tx/config +++ b/.tx/config @@ -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 = bg_BG:bg, en_GB:en-GB, es_AR:es-AR, es_CL:es-CL, es_PE:es-PE, es_MX:es-MX, es_TX:es-TX, es_PY:es-PY, el_GR:el, fi_FI:fi, hu_HU:hu, id_ID:id, mn_MN:mn, nb:no, lv_LV:lv, pt_BR:pt-BR, ro_RO:ro, sl_SI:sl, zh_CN:zh-CN, zh_TW:zh-TW, zh_HK:zh-HK +lang_map = bg_BG:bg, en_GB:en-GB, es_AR:es-AR, es_CL:es-CL, es_PE:es-PE, es_MX:es-MX, es_TX:es-TX, es_PY:es-PY, el_GR:el, fi_FI:fi, hu_HU:hu, id_ID:id, mn_MN:mn, no:nb, lv_LV:lv, pt_BR:pt-BR, ro_RO:ro, sl_SI:sl, zh_CN:zh-CN, zh_TW:zh-TW, zh_HK:zh-HK [wekan.application] file_filter = i18n/.i18n.json diff --git a/i18n/no.i18n.json b/i18n/nb.i18n.json similarity index 100% rename from i18n/no.i18n.json rename to i18n/nb.i18n.json diff --git a/releases/translations/pull-translations.sh b/releases/translations/pull-translations.sh index 45a15679c..c307c2852 100755 --- a/releases/translations/pull-translations.sh +++ b/releases/translations/pull-translations.sh @@ -105,12 +105,12 @@ tx pull -f -l mk echo "Mongolian (Mongolia):" tx pull -f -l mn_MN -echo "Norwegian:" -tx pull -f -l no +#echo "Norwegian:" +#tx pull -f -l no +# This is same as no below -# This is same as no above -#echo "Norwegian Bokmål:" -#tx pull -f -l nb +echo "Norwegian Bokmål:" +tx pull -f -l nb echo "Occitan (post 1500):" tx pull -f -l oc