diff options
| author | Di Peng | 2011-08-17 14:43:38 -0700 | 
|---|---|---|
| committer | Igor Minar | 2011-08-30 02:11:09 -0700 | 
| commit | 545b31aa2ef20ad241be0a3d87ae328fdbf2404a (patch) | |
| tree | 6009e16d818d968198c67cb47b9084ac34e5ffef /i18n/update-closure.sh | |
| parent | e068addadb14b44374ebb5353b860700731c866f (diff) | |
| download | angular.js-545b31aa2ef20ad241be0a3d87ae328fdbf2404a.tar.bz2 | |
feat(closureSlurper): closureSlurper plural rules
- fetch plural rules from closure
- distribtue pluralization rules into each locale specific files
Diffstat (limited to 'i18n/update-closure.sh')
| -rwxr-xr-x | i18n/update-closure.sh | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/i18n/update-closure.sh b/i18n/update-closure.sh index ea3e262c..80337f13 100755 --- a/i18n/update-closure.sh +++ b/i18n/update-closure.sh @@ -6,3 +6,4 @@ cd $BASE_DIR  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/numberformatsymbols.js > closure/numberSymbols.js +curl http://closure-library.googlecode.com/svn/trunk/closure/goog/i18n/pluralrules.js > closure/pluralRules.js  | 
