commit bbebd1a078573214f58d0078255208ba1445d94c Author: Mike Perry mikeperry-git@torproject.org Date: Tue Jan 14 12:12:26 2014 -0800
Add Arabic to the list of locales. --- trans_tools/import-translations.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/trans_tools/import-translations.sh b/trans_tools/import-translations.sh index 7f0d1fa..4be99d1 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="de es fa fr it ja ko nl pl pt ru vi zh-CN" +BUNDLE_LOCALES="ar de es fa fr it ja ko nl pl pt ru vi zh-CN"
if [ -d translation ]; then
tor-commits@lists.torproject.org