discourse/lib/javascripts/locale/hy.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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";
};