commit 2ef5a96194e5cb24aa756913322bec86055087bc Author: Arthur Edelstein arthuredelstein@gmail.com Date: Tue Mar 19 11:10:25 2019 +0000
Bug 26498: Add locale: es-AR --- src/chrome.manifest | 1 + trans_tools/import-translations.sh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/chrome.manifest b/src/chrome.manifest index 87467217..53587fba 100644 --- a/src/chrome.manifest +++ b/src/chrome.manifest @@ -47,6 +47,7 @@ locale torbutton el chrome/locale/el/ locale torbutton en chrome/locale/en-US/ locale torbutton eo chrome/locale/eo/ locale torbutton es chrome/locale/es/ +locale torbutton es-AR chrome/locale/es-AR/ locale torbutton et chrome/locale/et/ locale torbutton eu chrome/locale/eu/ locale torbutton fa chrome/locale/fa/ diff --git a/trans_tools/import-translations.sh b/trans_tools/import-translations.sh index 5fbe4e7d..b8967287 100755 --- a/trans_tools/import-translations.sh +++ b/trans_tools/import-translations.sh @@ -2,7 +2,7 @@
# 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 ca cs da de el es fa fr ga he hu id is it ja ka ko nb nl pl pt-BR ru sv tr vi zh-CN zh-TW" +BUNDLE_LOCALES="ar ca cs da de el es es-AR fa fr ga he hu id is it ja ka 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 @@ -10,7 +10,7 @@ BUNDLE_LOCALES="ar ca cs da de el es fa fr ga he hu id is it ja ka ko nb nl pl p # this for other languages too, if anyone requests this # and translations are available. # 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. +# 26498 and #29257. Others might want to fix, build, and use it, though. BUNDLE_LOCALES="$BUNDLE_LOCALES eu bn-BD"
LOCALE_DIR=../src/chrome/locale
tbb-commits@lists.torproject.org