GUAC-1255: Add German locale for messageformat.js.

This commit is contained in:
Michael Jumper
2015-07-09 17:01:32 -07:00
parent e60fdd58a8
commit f9ccd4c87b
2 changed files with 7 additions and 0 deletions

View File

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