discourse/lib/javascripts/locale/hy.js

7 lines
105 B
JavaScript
Raw Normal View History

2019-03-28 09:24:11 -04:00
MessageFormat.locale.hy = function ( n ) {
if ( n === 1 ) {
return "one";
}
return "other";
};