Add armenian and bump minor version

This commit is contained in:
Chris Garrity 2020-05-11 14:23:22 -04:00
parent 959b74cfed
commit 3245f185a3
3 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "scratch-l10n", "name": "scratch-l10n",
"version": "3.8.0", "version": "3.9.0",
"description": "Localization for the Scratch 3.0 components", "description": "Localization for the Scratch 3.0 components",
"main": "./dist/l10n.js", "main": "./dist/l10n.js",
"browser": "./src/index.js", "browser": "./src/index.js",

View file

@ -26,6 +26,7 @@ import gl from 'react-intl/locale-data/gl';
import he from 'react-intl/locale-data/he'; import he from 'react-intl/locale-data/he';
import hu from 'react-intl/locale-data/hu'; import hu from 'react-intl/locale-data/hu';
import hr from 'react-intl/locale-data/hr'; 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 id from 'react-intl/locale-data/id';
import is from 'react-intl/locale-data/is'; import is from 'react-intl/locale-data/is';
import it from 'react-intl/locale-data/it'; import it from 'react-intl/locale-data/it';
@ -85,6 +86,7 @@ let localeData = [].concat(
he, he,
hu, hu,
hr, hr,
hy,
id, id,
is, is,
it, it,

View file

@ -28,6 +28,7 @@ const locales = {
'gd': {name: 'Gàidhlig'}, 'gd': {name: 'Gàidhlig'},
'gl': {name: 'Galego'}, 'gl': {name: 'Galego'},
'ko': {name: '한국어'}, 'ko': {name: '한국어'},
'hy': {name: 'Հայերեն'},
'he': {name: 'עִבְרִית'}, 'he': {name: 'עִבְרִית'},
'hr': {name: 'Hrvatski'}, 'hr': {name: 'Hrvatski'},
'zu': {name: 'isiZulu'}, 'zu': {name: 'isiZulu'},