mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-22 05:32:34 -05:00
Update supported languages
Adding languages that are fully translated
This commit is contained in:
parent
aed8a10393
commit
156ad3659d
2 changed files with 24 additions and 0 deletions
16
src/index.js
16
src/index.js
|
@ -3,22 +3,30 @@ import az from 'react-intl/locale-data/az'; // parent for Abkahz
|
|||
import ca from 'react-intl/locale-data/ca';
|
||||
import cs from 'react-intl/locale-data/cs';
|
||||
import cy from 'react-intl/locale-data/cy';
|
||||
import da from 'react-intl/locale-data/da';
|
||||
import de from 'react-intl/locale-data/de';
|
||||
import el from 'react-intl/locale-data/el';
|
||||
import es from 'react-intl/locale-data/es';
|
||||
import fi from 'react-intl/locale-data/fi';
|
||||
import fr from 'react-intl/locale-data/fr';
|
||||
import ga from 'react-intl/locale-data/ga';
|
||||
import gd from 'react-intl/locale-data/gd';
|
||||
import gl from 'react-intl/locale-data/gl';
|
||||
import he from 'react-intl/locale-data/he';
|
||||
import id from 'react-intl/locale-data/id';
|
||||
import it from 'react-intl/locale-data/it';
|
||||
import ja from 'react-intl/locale-data/ja';
|
||||
import nl from 'react-intl/locale-data/nl';
|
||||
import nb from 'react-intl/locale-data/nb';
|
||||
import nn from 'react-intl/locale-data/nn';
|
||||
import pt from 'react-intl/locale-data/pt';
|
||||
import sl from 'react-intl/locale-data/sl';
|
||||
import sr from 'react-intl/locale-data/sr';
|
||||
import sv from 'react-intl/locale-data/sv';
|
||||
import th from 'react-intl/locale-data/th';
|
||||
import tr from 'react-intl/locale-data/tr';
|
||||
import uk from 'react-intl/locale-data/uk';
|
||||
import vi from 'react-intl/locale-data/vi';
|
||||
import zh from 'react-intl/locale-data/zh';
|
||||
|
||||
import locales, {customLocales} from './supported-locales.js';
|
||||
|
@ -58,22 +66,30 @@ let localeData = [].concat(
|
|||
ca,
|
||||
cs,
|
||||
cy,
|
||||
da,
|
||||
de,
|
||||
el,
|
||||
es,
|
||||
fi,
|
||||
fr,
|
||||
ga,
|
||||
gd,
|
||||
gl,
|
||||
he,
|
||||
id,
|
||||
it,
|
||||
ja,
|
||||
nl,
|
||||
nb,
|
||||
nn,
|
||||
pt,
|
||||
sl,
|
||||
sr,
|
||||
sv,
|
||||
th,
|
||||
tr,
|
||||
uk,
|
||||
vi,
|
||||
zh
|
||||
);
|
||||
|
||||
|
|
|
@ -5,9 +5,11 @@
|
|||
|
||||
const locales = {
|
||||
'ab': {name: 'Аҧсшәа'},
|
||||
'id': {name: 'Bahasa Indonesia'},
|
||||
'ca': {name: 'Català'},
|
||||
'cs': {name: 'Česky'},
|
||||
'cy': {name: 'Cymraeg'},
|
||||
'da': {name: 'Dansk'},
|
||||
'de': {name: 'Deutsch'},
|
||||
'el': {name: 'Ελληνικά'},
|
||||
'en': {name: 'English'},
|
||||
|
@ -16,16 +18,22 @@ const locales = {
|
|||
'fr': {name: 'Français'},
|
||||
'ga': {name: 'Gaeilge'},
|
||||
'gd': {name: 'Gàidhlig'},
|
||||
'gl': {name: 'Galego'},
|
||||
'he': {name: 'עִבְרִית'},
|
||||
'it': {name: 'Italiano'},
|
||||
'ja': {name: '日本語'},
|
||||
'mi': {name: 'Maori'},
|
||||
'nl': {name: 'Nederlands'},
|
||||
'nb': {name: 'Norsk Bokmål'},
|
||||
'nn': {name: 'Norsk Nynorsk'},
|
||||
'th': {name: 'ไทย'},
|
||||
'pt': {name: 'Português'},
|
||||
'pt-br': {name: 'Português Brasileiro'},
|
||||
'sr': {name: 'Српски'},
|
||||
'sl': {name: 'Slovenščina'},
|
||||
'fi': {name: 'Suomi'},
|
||||
'sv': {name: 'Svenska'},
|
||||
'vi': {name: 'Tiếng Việt'},
|
||||
'tr': {name: 'Türkçe'},
|
||||
'uk': {name: 'Українська'},
|
||||
'zh-cn': {name: '简体中文'},
|
||||
|
|
Loading…
Reference in a new issue