mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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