GUAC-1230: Add all messageformat.js locales.

This commit is contained in:
Michael Jumper
2015-07-14 13:20:44 -07:00
parent 7efbaf10c3
commit 8e1d8b8af9
70 changed files with 466 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
MessageFormat.locale["in"] = function(n) {
return 'other';
};