angular.js/i18n
2013-10-22 15:32:41 -07:00
..
closure chore($ngLocale): generate ngLocale files from the Closure code (includes datetimesymbolsext.js) 2013-03-20 15:50:07 -07:00
e2e fix(scenario): Adding meta tag to avoid cache issues 2012-08-30 15:36:42 -07:00
spec fix(i18n): Do not transform arrays into objects 2013-07-03 22:51:31 +01:00
src style: make jshint happy 2013-10-22 15:32:41 -07:00
generate.sh chore(i18n): update path in the generate.sh script 2013-08-27 15:56:38 -07:00
README.md feat(i18n): collect and convert locale info from closure 2011-08-14 23:44:20 -07:00
run-tests.sh chore($ngLocale): refactor i18n closure slurper logic and parse extended datetime symbols 2013-03-20 16:19:46 -07:00
update-closure.sh chore($ngLocale): refactor i18n closure slurper logic and parse extended datetime symbols 2013-03-20 16:19:46 -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.