mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-22 13:42:30 -05:00
add қазақша (Kazakh)
This commit is contained in:
parent
84efdb0cc2
commit
b11c0fe2ea
3 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scratch-l10n",
|
||||
"version": "3.11.0",
|
||||
"version": "3.12.0",
|
||||
"description": "Localization for the Scratch 3.0 components",
|
||||
"main": "./dist/l10n.js",
|
||||
"browser": "./src/index.js",
|
||||
|
|
|
@ -33,6 +33,7 @@ import is from 'react-intl/locale-data/is';
|
|||
import it from 'react-intl/locale-data/it';
|
||||
import ja from 'react-intl/locale-data/ja';
|
||||
import ka from 'react-intl/locale-data/ka';
|
||||
import kk from 'react-intl/locale-data/kk';
|
||||
import ko from 'react-intl/locale-data/ko';
|
||||
import km from 'react-intl/locale-data/km';
|
||||
import ku from 'react-intl/locale-data/ku';
|
||||
|
@ -100,6 +101,7 @@ let localeData = [].concat(
|
|||
it,
|
||||
ja,
|
||||
ka,
|
||||
kk,
|
||||
ko,
|
||||
km,
|
||||
ku,
|
||||
|
|
|
@ -37,6 +37,7 @@ const locales = {
|
|||
'is': {name: 'Íslenska'},
|
||||
'it': {name: 'Italiano'},
|
||||
'ka': {name: 'ქართული ენა'},
|
||||
'kk': {name: 'қазақша'},
|
||||
'qu': {name: 'Kichwa'},
|
||||
'sw': {name: 'Kiswahili'},
|
||||
'ht': {name: 'Kreyòl ayisyen'},
|
||||
|
|
Loading…
Reference in a new issue