Michael Gallagher
b979ee1f03
chore(ngLocale): Include numberformatsymbolext.js in Closure Slurper Script
...
Adds missing number format and symbol rules to Closure slurper script.
Closes #6179
Closes #9013
2014-09-16 17:18:22 -04:00
Lucas Galfaso
1b6d74cc9f
fix(i18n): fix typo at i18n generation code
...
Fix typo at i18n generation code. This would remove the
property `macFrac` that has no meaning from all the
generated locales
2014-09-10 15:30:18 -07:00
Caitlin Potter
96a314766c
fix(ngLocale): fix i18n code-generation to support get_vf_, decimals_, and get_wt_
...
The updated Closure I18N code relies on these methods to enhance the localization quality.
This fix prevents ngLocale files from referencing undefined values. In the short term, this
means adding references to versions of these methods in locales where they are necessary.
2014-06-02 16:23:20 -04:00
Caitlin Potter
6aa31e17ee
chore(ngLocale): change update-closure script to pull from github, not code.google.com
...
The closure-library migrated a while ago, so the script would fail. This is change
should allow us to update these more frequently.
2014-06-02 16:23:17 -04:00
Takashi Nakagawa
483325a7b5
chore(formatting): removed unnecessary white spaces
2014-03-21 11:42:17 -07:00
Tobias Bosch
fcf4393680
chore(build): Update closure i18n integration
...
Use git repo as source and use q-io instead of q-fs
2014-02-06 17:53:37 -08:00
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