aboutsummaryrefslogtreecommitdiffstats
path: root/i18n/src
AgeCommit message (Collapse)Author
2014-02-06chore(build): Update closure i18n integrationTobias Bosch
Use git repo as source and use q-io instead of q-fs
2013-10-22style: make jshint happyVojta Jina
2013-07-03fix(i18n): Do not transform arrays into objectsLucas Galfasó
Do not trasnform arrays into objects when generating the locale objects Add unit test for this check
2013-04-17fix(i18n): escape all chars above \u007f in locale filesPete Bacon Darwin
Modify the script that writes the locales so all characters above \u007f are escaped Includes the updated locale files after running the closureI18nExtractor. Closes #2417
2013-03-20chore($ngLocale): refactor i18n closure slurper logic and parse extended ↵Chirayu Krishnappa
datetime symbols
2012-03-28chore(module): move files around in preparation for more modulesMisko Hevery
2012-01-10feat(module): new module loaderMisko Hevery
2011-11-14doc(rename): NG_LOCALE -> ngLocaleMisko Hevery
2011-11-14fix(i18n): updated the way locale is being registeredMisko Hevery
2011-08-30feat(closureSlurper): closureSlurper plural rulesDi Peng
- fetch plural rules from closure - distribtue pluralization rules into each locale specific files
2011-08-14feat(i18n): collect and convert locale info from closureDi Peng
- add i18n/closure directory with closure i18n files and update-closure.sh script to update them - generate.sh script runs node.js scripts that extract localization rules from the closure library, transform them to a more suitable format and dumps them into i18n/locale directory as angular's $locale services - update Rakefile to copy i18n files to build/ and pkg/ dirs - copy i18n stuff during rake build - e2e tests for several locales