mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-22 21:52:35 -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",
|
"name": "scratch-l10n",
|
||||||
"version": "3.11.0",
|
"version": "3.12.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",
|
||||||
|
|
|
@ -33,6 +33,7 @@ import is from 'react-intl/locale-data/is';
|
||||||
import it from 'react-intl/locale-data/it';
|
import it from 'react-intl/locale-data/it';
|
||||||
import ja from 'react-intl/locale-data/ja';
|
import ja from 'react-intl/locale-data/ja';
|
||||||
import ka from 'react-intl/locale-data/ka';
|
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 ko from 'react-intl/locale-data/ko';
|
||||||
import km from 'react-intl/locale-data/km';
|
import km from 'react-intl/locale-data/km';
|
||||||
import ku from 'react-intl/locale-data/ku';
|
import ku from 'react-intl/locale-data/ku';
|
||||||
|
@ -100,6 +101,7 @@ let localeData = [].concat(
|
||||||
it,
|
it,
|
||||||
ja,
|
ja,
|
||||||
ka,
|
ka,
|
||||||
|
kk,
|
||||||
ko,
|
ko,
|
||||||
km,
|
km,
|
||||||
ku,
|
ku,
|
||||||
|
|
|
@ -37,6 +37,7 @@ const locales = {
|
||||||
'is': {name: 'Íslenska'},
|
'is': {name: 'Íslenska'},
|
||||||
'it': {name: 'Italiano'},
|
'it': {name: 'Italiano'},
|
||||||
'ka': {name: 'ქართული ენა'},
|
'ka': {name: 'ქართული ენა'},
|
||||||
|
'kk': {name: 'қазақша'},
|
||||||
'qu': {name: 'Kichwa'},
|
'qu': {name: 'Kichwa'},
|
||||||
'sw': {name: 'Kiswahili'},
|
'sw': {name: 'Kiswahili'},
|
||||||
'ht': {name: 'Kreyòl ayisyen'},
|
'ht': {name: 'Kreyòl ayisyen'},
|
||||||
|
|
Loading…
Reference in a new issue