Vojta Jina
f2fab49830
style: make jshint happy
2013-10-22 15:32:41 -07:00
Igor Minar
52ec83a0ed
chore(i18n): update path in the generate.sh script
2013-08-27 15:56:38 -07:00
Lucas Galfasó
b3d7a038d7
fix(i18n): Do not transform arrays into objects
...
Do not trasnform arrays into objects when generating the locale objects
Add unit test for this check
2013-07-03 22:51:31 +01:00
Pete Bacon Darwin
695c54c17b
fix(i18n): escape all chars above \u007f in locale files
...
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-04-17 22:13:49 +01:00
Chirayu Krishnappa
23abb990f1
chore($ngLocale): refactor i18n closure slurper logic and parse extended datetime symbols
2013-03-20 16:19:46 -07:00
Chirayu Krishnappa
0c72708a2b
chore($ngLocale): generate ngLocale files from the Closure code (includes datetimesymbolsext.js)
2013-03-20 15:50:07 -07:00
Chirayu Krishnappa
96b13bbee1
chore($ngLocale): Generate ngLocale files from the Closure code.
2013-03-08 15:46:59 -08:00
German Galvis
5318588d6e
fix(scenario): Adding meta tag to avoid cache issues
2012-08-30 15:36:42 -07:00
Misko Hevery
bb2fa6f63f
fix(i18n e2e tests):
2012-03-28 11:24:47 -07:00
Misko Hevery
2430f52bb9
chore(module): move files around in preparation for more modules
2012-03-28 11:16:35 -07:00
Misko Hevery
5143e7bf06
feat(module): new module loader
2012-01-10 22:27:00 -08:00
Misko Hevery
94e1a07b28
doc(rename): NG_LOCALE -> ngLocale
2011-11-14 20:31:20 -08:00
Misko Hevery
923da410bd
fix(i18n): updated the way locale is being registered
2011-11-14 20:31:14 -08:00
Misko Hevery
fd822bdaf9
chore(formating): clean code to be function() {
2011-10-11 11:01:46 -07:00
Misko Hevery
4f78fd692c
feat(forms): new and improved forms
2011-10-11 11:01:45 -07:00
Misko Hevery
e5da0c956b
feat(jasmine-node): use the jasmine-node NPM to run our non-browser specs
2011-08-31 14:34:56 -07:00
Di Peng
4a9ccc0abc
test(i18n): Update some i18n/e2e tests
2011-08-30 02:11:10 -07:00
Di Peng
bceadd8e30
feat(i18n): locale specific files changed due to change in ClosureSlurper.js
2011-08-30 02:11:10 -07:00
Di Peng
545b31aa2e
feat(closureSlurper): closureSlurper plural rules
...
- fetch plural rules from closure
- distribtue pluralization rules into each locale specific files
2011-08-30 02:11:09 -07:00
Igor Minar
6c30601ad8
feat(i18n): add i18n/locale rule set files
2011-08-14 23:44:21 -07:00
Di Peng
966cbd4cf8
feat(i18n): collect and convert locale info from closure
...
- 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
2011-08-14 23:44:20 -07:00