This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/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";
};