From b11c0fe2ea146f39838fbde9ca0b926c06cbb67b Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Fri, 11 Jun 2021 11:40:15 -0700 Subject: [PATCH] =?UTF-8?q?add=20=D2=9B=D0=B0=D0=B7=D0=B0=D2=9B=D1=88?= =?UTF-8?q?=D0=B0=20(Kazakh)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/index.js | 2 ++ src/supported-locales.js | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f553759b..07dd6b8d 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/index.js b/src/index.js index ad53d068..24a466eb 100644 --- a/src/index.js +++ b/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, diff --git a/src/supported-locales.js b/src/supported-locales.js index 93c28613..99b4467c 100644 --- a/src/supported-locales.js +++ b/src/supported-locales.js @@ -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'},