From 695c54c17b3299cd6170c45878b41cb46a577cd2 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Wed, 17 Apr 2013 22:13:49 +0100 Subject: 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 --- src/ngLocale/angular-locale_hr-hr.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/ngLocale/angular-locale_hr-hr.js') diff --git a/src/ngLocale/angular-locale_hr-hr.js b/src/ngLocale/angular-locale_hr-hr.js index 20b9b1f9..232c27c7 100644 --- a/src/ngLocale/angular-locale_hr-hr.js +++ b/src/ngLocale/angular-locale_hr-hr.js @@ -11,14 +11,14 @@ $provide.value("$locale", { "1": "ponedjeljak", "2": "utorak", "3": "srijeda", - "4": "četvrtak", + "4": "\u010detvrtak", "5": "petak", "6": "subota" }, "MONTH": { - "0": "siječnja", - "1": "veljače", - "2": "ožujka", + "0": "sije\u010dnja", + "1": "velja\u010de", + "2": "o\u017eujka", "3": "travnja", "4": "svibnja", "5": "lipnja", @@ -34,14 +34,14 @@ $provide.value("$locale", { "1": "pon", "2": "uto", "3": "sri", - "4": "čet", + "4": "\u010det", "5": "pet", "6": "sub" }, "SHORTMONTH": { "0": "sij", "1": "velj", - "2": "ožu", + "2": "o\u017eu", "3": "tra", "4": "svi", "5": "lip", @@ -86,9 +86,9 @@ $provide.value("$locale", { "minFrac": 2, "minInt": 1, "negPre": "-", - "negSuf": " \u00A4", + "negSuf": "\u00a0\u00a4", "posPre": "", - "posSuf": " \u00A4" + "posSuf": "\u00a0\u00a4" } } }, -- cgit v1.2.3