[torbutton/master] Move bn-BD to locales for non-official builds

commit d06cb31abd3a5b45bc70b3ba3a4fb70198779a36 Author: Georg Koppen <gk@torproject.org> Date: Thu Aug 16 10:14:00 2018 +0000 Move bn-BD to locales for non-official builds --- trans_tools/import-translations.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/trans_tools/import-translations.sh b/trans_tools/import-translations.sh index 342188d0..adb728a9 100755 --- a/trans_tools/import-translations.sh +++ b/trans_tools/import-translations.sh @@ -2,14 +2,16 @@ # This var comes from the TBB locale list. # XXX: Find some way to keep this, tor-launcher, and Tor Browser in sync -BUNDLE_LOCALES="ar bn-BD ca da de es fa fr ga he id is it ja ko nb nl pl pt-BR ru sv tr vi zh-CN zh-TW" +BUNDLE_LOCALES="ar ca da de es fa fr ga he id is it ja ko nb nl pl pt-BR ru sv tr vi zh-CN zh-TW" # XXX: Basque (eu) by request in #10687. # This is not used for official builds, but should remain # so Basque XPIs can be build independently. We can do # this for other languages too, if anyone requests this # and translations are available. -BUNDLE_LOCALES="$BUNDLE_LOCALES eu" +# XXX: Adding bn-BD as well as we don't ship that locale ourselves due to bug +# 26498. Others might want to fix, build, and use it, though. +BUNDLE_LOCALES="$BUNDLE_LOCALES eu bn-BD" LOCALE_DIR=../src/chrome/locale
participants (1)
-
gk@torproject.org