From 3245f185a3d42f42514482074f479a77ab63f64a Mon Sep 17 00:00:00 2001 From: Chris Garrity Date: Mon, 11 May 2020 14:23:22 -0400 Subject: [PATCH] Add armenian and bump minor version --- package.json | 2 +- src/index.js | 2 ++ src/supported-locales.js | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6d9f5f62..a292969a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "3.8.0", + "version": "3.9.0", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.js", diff --git a/src/index.js b/src/index.js index 4cf4d1b6..d911ee5b 100644 --- a/src/index.js +++ b/src/index.js @@ -26,6 +26,7 @@ import gl from 'react-intl/locale-data/gl'; import he from 'react-intl/locale-data/he'; import hu from 'react-intl/locale-data/hu'; import hr from 'react-intl/locale-data/hr'; +import hy from 'react-intl/locale-data/hy'; import id from 'react-intl/locale-data/id'; import is from 'react-intl/locale-data/is'; import it from 'react-intl/locale-data/it'; @@ -85,6 +86,7 @@ let localeData = [].concat( he, hu, hr, + hy, id, is, it, diff --git a/src/supported-locales.js b/src/supported-locales.js index 6425adfb..b161308e 100644 --- a/src/supported-locales.js +++ b/src/supported-locales.js @@ -28,6 +28,7 @@ const locales = { 'gd': {name: 'Gàidhlig'}, 'gl': {name: 'Galego'}, 'ko': {name: '한국어'}, + 'hy': {name: 'Հայերեն'}, 'he': {name: 'עִבְרִית'}, 'hr': {name: 'Hrvatski'}, 'zu': {name: 'isiZulu'},