GUAC-1238: Add missing messageformat.js locale.

This commit is contained in:
Michael Jumper
2015-06-19 09:49:39 -07:00
parent ab7119311d
commit 3c1580ce77
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
MessageFormat.locale.nl = function ( n ) {
if ( n === 1 ) {
return "one";
}
return "other";
};