mirror of
https://github.com/discourse/discourse.git
synced 2025-03-22 07:55:32 +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…
x
Reference in New Issue
Block a user