mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-22 13:42:30 -05:00
Add armenian and bump minor version
This commit is contained in:
parent
959b74cfed
commit
3245f185a3
3 changed files with 4 additions and 1 deletions
|
@ -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",
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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'},
|
||||
|
|
Loading…
Reference in a new issue