angular.js/i18n
2013-03-08 15:46:59 -08:00
..
closure chore($ngLocale): Generate ngLocale files from the Closure code. 2013-03-08 15:46:59 -08:00
e2e fix(scenario): Adding meta tag to avoid cache issues 2012-08-30 15:36:42 -07:00
spec feat(i18n): collect and convert locale info from closure 2011-08-14 23:44:20 -07:00
src chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
generate.sh feat(jasmine-node): use the jasmine-node NPM to run our non-browser specs 2011-08-31 14:34:56 -07:00
README.md feat(i18n): collect and convert locale info from closure 2011-08-14 23:44:20 -07:00
update-closure.sh feat(closureSlurper): closureSlurper plural rules 2011-08-30 02:11:09 -07:00

i18n directory overview:

  • closure/ - closure files we use for ruleset generation
  • locale/ - angular's locale ruleset files
  • src/ - source files
  • spec/ - spec files for stuff in src directory
  • generate.sh - runs src scripts on closure dir and stores output in locale dir
  • update-closure.sh - downloads the latest version of closure files from public svn repo

The closure files (maintained by Shanjian Li (shanjian)) change very rarely, so we don't need to regenerate locale files very often.