discourse/lib/javascripts/locale/hy.js
2019-03-28 14:24:14 +01:00

7 lines
105 B
JavaScript

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