diff options
Diffstat (limited to 'i18n/README.md')
| -rw-r--r-- | i18n/README.md | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/i18n/README.md b/i18n/README.md new file mode 100644 index 00000000..9bff2adf --- /dev/null +++ b/i18n/README.md @@ -0,0 +1,12 @@ +# 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. + | 
