commit aaed240f29961542130b014481e5694977e71da0 Author: Erinn Clark erinn@torproject.org Date: Wed Apr 4 17:01:18 2012 -0300
add vietnamese to windows and osx bundles, add korean to all bundles, alphabetize the compressed bundles list (closes: #4898 and #5243) --- build-scripts/linux.mk | 7 ++++--- build-scripts/osx.mk | 6 ++++-- build-scripts/windows.mk | 6 ++++-- 3 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/build-scripts/linux.mk b/build-scripts/linux.mk index 4235b1c..fed251a 100644 --- a/build-scripts/linux.mk +++ b/build-scripts/linux.mk @@ -183,13 +183,14 @@ all-compressed-bundles: compressed-bundle_ar \ compressed-bundle_es-ES \ compressed-bundle_fa \ compressed-bundle_fr \ + compressed-bundle_it \ + compressed-bundle_ko \ compressed-bundle_nl \ compressed-bundle_pl \ compressed-bundle_pt-PT \ compressed-bundle_ru \ - compressed-bundle_zh-CN \ - compressed-bundle_it \ - compressed-bundle_vi + compressed-bundle_vi \ + compressed-bundle_zh-CN
## ## Cleanup diff --git a/build-scripts/osx.mk b/build-scripts/osx.mk index deff00a..68e13fe 100644 --- a/build-scripts/osx.mk +++ b/build-scripts/osx.mk @@ -198,12 +198,14 @@ all-compressed-bundles: compressed-bundle_ar \ compressed-bundle_es-ES \ compressed-bundle_fa \ compressed-bundle_fr \ + compressed-bundle_it \ + compressed-bundle_ko \ compressed-bundle_nl \ compressed-bundle_pl \ compressed-bundle_pt-PT \ compressed-bundle_ru \ - compressed-bundle_zh-CN \ - compressed-bundle_it + compressed-bundle_vi \ + compressed-bundle_zh-CN
## ## Cleanup diff --git a/build-scripts/windows.mk b/build-scripts/windows.mk index 1fa3e0c..dc8de89 100644 --- a/build-scripts/windows.mk +++ b/build-scripts/windows.mk @@ -190,12 +190,14 @@ all-compressed-bundles: compressed-bundle_ar \ compressed-bundle_es-ES \ compressed-bundle_fa \ compressed-bundle_fr \ + compressed-bundle_it \ + compressed-bundle_ko \ compressed-bundle_nl \ compressed-bundle_pl \ compressed-bundle_pt-PT \ compressed-bundle_ru \ - compressed-bundle_zh-CN \ - compressed-bundle_it + compressed-bundle_vi \ + compressed-bundle_zh-CN
## ## Cleanup
tor-commits@lists.torproject.org