mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
13 lines
502 B
Markdown
13 lines
502 B
Markdown
|
|
# 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.
|
||
|
|
|