mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 23:07:28 +08:00
make precompile happier
This commit is contained in:
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";
|
||||||
|
};
|
Reference in New Issue
Block a user