make precompile happier
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
MessageFormat.locale.pseudo = function ( n ) {
|
||||
if ( n === 1 ) {
|
||||
return "one";
|
||||
}
|
||||
return "other";
|
||||
};
|
||||
Reference in New Issue
Block a user