FEATURE: Add Armenian language

This commit is contained in:
Gerhard Schlager
2019-03-28 14:24:11 +01:00
parent d0a1922ad9
commit d43f4206c7
20 changed files with 8291 additions and 0 deletions

View File

@ -0,0 +1,6 @@
MessageFormat.locale.hy = function ( n ) {
if ( n === 1 ) {
return "one";
}
return "other";
};