commit 18aba4a50c33bde95ec839bf1fbc48e0bbea769a Author: Mike Perry mikeperry-git@torproject.org Date: Thu Feb 13 16:43:23 2014 +0000
Bug 10611: Add Sweedish (sv) to extra locales to update. --- 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 8d1fb98..e1cb721 100755 --- a/trans_tools/import-translations.sh +++ b/trans_tools/import-translations.sh @@ -9,7 +9,7 @@ BUNDLE_LOCALES="ar de es fa fr it ko nl pl pt ru vi zh-CN" # 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 ja" +BUNDLE_LOCALES="$BUNDLE_LOCALES eu ja sv"
if [ -d translation ]; then
tor-commits@lists.torproject.org