diff --git a/src/locale-data.mjs b/src/locale-data.mjs index 057eee3b4..081a3daf1 100644 --- a/src/locale-data.mjs +++ b/src/locale-data.mjs @@ -33,6 +33,7 @@ import hi from './locale-data/hi.js' import hr from './locale-data/hr.js' import hu from './locale-data/hu.js' import hy from './locale-data/hy.js' +import hyw from './locale-data/hyw.js' import id from './locale-data/id.js' import is from './locale-data/is.js' import it from './locale-data/it.js' diff --git a/src/locale-data/hyw.js b/src/locale-data/hyw.js new file mode 100644 index 000000000..332f8d4d8 --- /dev/null +++ b/src/locale-data/hyw.js @@ -0,0 +1 @@ +!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e.ReactIntlLocaleData=e.ReactIntlLocaleData||{},e.ReactIntlLocaleData.hyw=t())}(this,function(){"use strict";return[{locale:"hyw",pluralRuleFunction:function(e,t){return t?1==e?"one":"other":e>=0&&e<2?"one":"other"},fields:{year:{displayName:"տարի",relative:{0:"այս տարի",1:"յաջորդ տարի","-1":"նախորդ տարի"},relativeTime:{future:{one:"{0} տարէն",other:"{0} տարէն"},past:{one:"{0} տարի առաջ",other:"{0} տարի առաջ"}}},"year-short":{displayName:"տ",relative:{0:"այս տարի",1:"յաջորդ տարի","-1":"նախորդ տարի"},relativeTime:{future:{one:"{0} տարէն",other:"{0} տարէն"},past:{one:"{0} տ առաջ",other:"{0} տ առաջ"}}},month:{displayName:"ամիս",relative:{0:"այս ամիս",1:"յաջորդ ամիս","-1":"նախորդ ամիս"},relativeTime:{future:{one:"{0} ամսէն",other:"{0} ամսէն"},past:{one:"{0} ամիս առաջ",other:"{0} ամիս առաջ"}}},"month-short":{displayName:"ամս",relative:{0:"այս ամիս",1:"յաջորդ ամիս","-1":"անցեալ ամիս"},relativeTime:{future:{one:"{0} ամսէն",other:"{0} ամսէն"},past:{one:"{0} ամիս առաջ",other:"{0} ամիս առաջ"}}},day:{displayName:"օր",relative:{0:"այսօր",1:"վաղը",2:"վաղը չէ միւս օրը","-2":"երեկ չէ առաջի օրը","-1":"երեկ"},relativeTime:{future:{one:"{0} օրէն",other:"{0} օրէն"},past:{one:"{0} օր առաջ",other:"{0} օր առաջ"}}},"day-short":{displayName:"օր",relative:{0:"այսօր",1:"վաղը",2:"վաղը չէ միւս օրը","-2":"երեկ չէ առաջի օրը","-1":"երեկ"},relativeTime:{future:{one:"{0} օրէն",other:"{0} օրէն"},past:{one:"{0} օր առաջ",other:"{0} օր առաջ"}}},hour:{displayName:"ժամ",relative:{0:"այս ժամին"},relativeTime:{future:{one:"{0} ժամէն",other:"{0} ժամէն"},past:{one:"{0} ժամ առաջ",other:"{0} ժամ առաջ"}}},"hour-short":{displayName:"ժ",relative:{0:"այս ժամին"},relativeTime:{future:{one:"{0} ժ-էն",other:"{0} ժ-էն"},past:{one:"{0} ժ առաջ",other:"{0} ժ առաջ"}}},minute:{displayName:"րոպե",relative:{0:"այս րոպեին"},relativeTime:{future:{one:"{0} րոպէն",other:"{0} րոպէն"},past:{one:"{0} րոպէ առաջ",other:"{0} րոպէ առաջ"}}},"minute-short":{displayName:"ր",relative:{0:"այս րոպեին"},relativeTime:{future:{one:"{0} ր-էն",other:"{0} ր-էն"},past:{one:"{0} ր առաջ",other:"{0} ր առաջ"}}},second:{displayName:"վայրկեան",relative:{0:"հիմա"},relativeTime:{future:{one:"{0} վայրկեանէն",other:"{0} վայրկեանէն"},past:{one:"{0} վայրկեան առաջ",other:"{0} վայրկեան առաջ"}}},"second-short":{displayName:"վ",relative:{0:"հիմա"},relativeTime:{future:{one:"{0} վրկ-էն",other:"{0} վրկ-էն"},past:{one:"{0} վրկ առաջ",other:"{0} վրկ առաջ"}}}}}]}); diff --git a/src/supported-locales.mjs b/src/supported-locales.mjs index 8e627adc2..c1c7c3605 100644 --- a/src/supported-locales.mjs +++ b/src/supported-locales.mjs @@ -37,6 +37,7 @@ const locales = { ko: { name: '한국어' }, ha: { name: 'Hausa' }, hy: { name: 'Հայերեն' }, + hyw: { name: 'Արեւմտահայերէն' }, he: { name: 'עִבְרִית' }, hi: { name: 'हिंदी' }, hr: { name: 'Hrvatski' },