diff options
Diffstat (limited to 'i18n/update-closure.sh')
| -rwxr-xr-x | i18n/update-closure.sh | 11 | 
1 files changed, 6 insertions, 5 deletions
| diff --git a/i18n/update-closure.sh b/i18n/update-closure.sh index 2ddf8892..e8f7cb5c 100755 --- a/i18n/update-closure.sh +++ b/i18n/update-closure.sh @@ -7,8 +7,9 @@ cd $BASE_DIR  set -x  # Trace commands as they're executed. -curl http://closure-library.googlecode.com/svn/trunk/closure/goog/i18n/currency.js > closure/currencySymbols.js -curl http://closure-library.googlecode.com/svn/trunk/closure/goog/i18n/datetimesymbols.js > closure/datetimeSymbols.js -curl http://closure-library.googlecode.com/svn/trunk/closure/goog/i18n/datetimesymbolsext.js > closure/datetimeSymbolsExt.js -curl http://closure-library.googlecode.com/svn/trunk/closure/goog/i18n/numberformatsymbols.js > closure/numberSymbols.js -curl http://closure-library.googlecode.com/svn/trunk/closure/goog/i18n/pluralrules.js > closure/pluralRules.js +# use the github repo as it is more up to date than the svn repo +curl https://closure-library.googlecode.com/git/closure/goog/i18n/currency.js > closure/currencySymbols.js +curl https://closure-library.googlecode.com/git/closure/goog/i18n/datetimesymbols.js > closure/datetimeSymbols.js +curl https://closure-library.googlecode.com/git/closure/goog/i18n/datetimesymbolsext.js > closure/datetimeSymbolsExt.js +curl https://closure-library.googlecode.com/git/closure/goog/i18n/numberformatsymbols.js > closure/numberSymbols.js +curl https://closure-library.googlecode.com/git/closure/goog/i18n/pluralrules.js > closure/pluralRules.js | 
