aboutsummaryrefslogtreecommitdiffstats
path: root/i18n/locale/angular-locale_en-gb.js
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/locale/angular-locale_en-gb.js')
-rw-r--r--i18n/locale/angular-locale_en-gb.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/i18n/locale/angular-locale_en-gb.js b/i18n/locale/angular-locale_en-gb.js
new file mode 100644
index 00000000..647aef88
--- /dev/null
+++ b/i18n/locale/angular-locale_en-gb.js
@@ -0,0 +1,3 @@
+angular.service("$locale", function() {
+return {"DATETIME_FORMATS":{"MONTH":["January","February","March","April","May","June","July","August","September","October","November","December"],"SHORTMONTH":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"DAY":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"SHORTDAY":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"AMPMS":["AM","PM"],"medium":"d MMM y HH:mm:ss","short":"dd/MM/yyyy HH:mm","fullDate":"EEEE, d MMMM y","longDate":"d MMMM y","mediumDate":"d MMM y","shortDate":"dd/MM/yyyy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"\u00A4-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"£"},"id":"en-gb"};
+}); \ No newline at end of file