discourse/lib/javascripts/locale/hy.js

7 lines
105 B
JavaScript

MessageFormat.locale.hy = function ( n ) {
if ( n === 1 ) {
return "one";
}
return "other";
};