angular.js/i18n
2011-08-14 23:44:21 -07:00
..
closure feat(i18n): collect and convert locale info from closure 2011-08-14 23:44:20 -07:00
e2e feat(i18n): collect and convert locale info from closure 2011-08-14 23:44:20 -07:00
locale feat(i18n): add i18n/locale rule set files 2011-08-14 23:44:21 -07:00
spec feat(i18n): collect and convert locale info from closure 2011-08-14 23:44:20 -07:00
src feat(i18n): collect and convert locale info from closure 2011-08-14 23:44:20 -07:00
generate.sh feat(i18n): collect and convert locale info from closure 2011-08-14 23:44:20 -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(i18n): collect and convert locale info from closure 2011-08-14 23:44:20 -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.