mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 11:03:40 +08:00
make precompile happier
This commit is contained in:
parent
d20056ad0e
commit
c26d70e68a
6
lib/javascripts/locale/pseudo.js
Normal file
6
lib/javascripts/locale/pseudo.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
MessageFormat.locale.pseudo = function ( n ) {
|
||||
if ( n === 1 ) {
|
||||
return "one";
|
||||
}
|
||||
return "other";
|
||||
};
|
Loading…
Reference in New Issue
Block a user