mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-22 05:32:34 -05:00
Add Kurdish to supported languages.
This commit is contained in:
parent
4557f784d4
commit
8d67ba322f
3 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scratch-l10n",
|
||||
"version": "3.7.0",
|
||||
"version": "3.8.0",
|
||||
"description": "Localization for the Scratch 3.0 components",
|
||||
"main": "./dist/l10n.js",
|
||||
"browser": "./src/index.js",
|
||||
|
|
|
@ -33,6 +33,7 @@ import ja from 'react-intl/locale-data/ja';
|
|||
import ka from 'react-intl/locale-data/ka';
|
||||
import ko from 'react-intl/locale-data/ko';
|
||||
import km from 'react-intl/locale-data/km';
|
||||
import ku from 'react-intl/locale-data/ku';
|
||||
import lt from 'react-intl/locale-data/lt';
|
||||
import lv from 'react-intl/locale-data/lv';
|
||||
import mi from 'react-intl/locale-data/mi';
|
||||
|
@ -91,6 +92,7 @@ let localeData = [].concat(
|
|||
ka,
|
||||
ko,
|
||||
km,
|
||||
ku,
|
||||
lt,
|
||||
lv,
|
||||
mi,
|
||||
|
|
|
@ -36,6 +36,7 @@ const locales = {
|
|||
'ka': {name: 'ქართული ენა'},
|
||||
'sw': {name: 'Kiswahili'},
|
||||
'ht': {name: 'Kreyòl ayisyen'},
|
||||
'ku': {name: 'Kurdî'},
|
||||
'ckb': {name: 'کوردیی ناوەندی'},
|
||||
'lv': {name: 'Latviešu'},
|
||||
'lt': {name: 'Lietuvių'},
|
||||
|
|
Loading…
Reference in a new issue