This repository has been archived on 2023-03-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
osr-discourse-src/lib/javascripts/locale/hy.js
T
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";
};