aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngLocale/angular-locale_en-vg.js
diff options
context:
space:
mode:
authorPete Bacon Darwin2013-04-17 22:13:49 +0100
committerPete Bacon Darwin2013-04-17 22:13:49 +0100
commit695c54c17b3299cd6170c45878b41cb46a577cd2 (patch)
tree00231bfa167c7a188ed59d37b8eb9ae6d6b09d2e /src/ngLocale/angular-locale_en-vg.js
parent363e4cbf649de4c5206f1904ee76f89301ceaab0 (diff)
downloadangular.js-695c54c17b3299cd6170c45878b41cb46a577cd2.tar.bz2
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
Diffstat (limited to 'src/ngLocale/angular-locale_en-vg.js')
-rw-r--r--src/ngLocale/angular-locale_en-vg.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ngLocale/angular-locale_en-vg.js b/src/ngLocale/angular-locale_en-vg.js
index 1649572b..fb882e36 100644
--- a/src/ngLocale/angular-locale_en-vg.js
+++ b/src/ngLocale/angular-locale_en-vg.js
@@ -85,9 +85,9 @@ $provide.value("$locale", {
"maxFrac": 2,
"minFrac": 2,
"minInt": 1,
- "negPre": "(\u00A4",
+ "negPre": "(\u00a4",
"negSuf": ")",
- "posPre": "\u00A4",
+ "posPre": "\u00a4",
"posSuf": ""
}
}