commit bf32515c2aebfad502348141f4c04d0eff30eabf Author: Mike Perry mikeperry-git@torproject.org Date: Fri Nov 15 01:53:23 2013 -0800
Fix improperly shortened locales.
Unfortunately it seems we need a different format for two locales for our addons vs the browser :/. --- gitian/versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gitian/versions b/gitian/versions index 8306372..9cb8606 100755 --- a/gitian/versions +++ b/gitian/versions @@ -1,5 +1,5 @@ TORBROWSER_VERSION=3.0-rc-1 -BUNDLE_LOCALES="de es fa fr it ja ko nl pl pt ru vi zh-CN" +BUNDLE_LOCALES="de es-ES fa fr it ja ko nl pl pt-PT ru vi zh-CN"
VERIFY_TAGS=1