mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-22 13:42:30 -05:00
update supported languages
Additional languages for the preview menu
This commit is contained in:
parent
6f638e28b0
commit
f0a9d33465
2 changed files with 11 additions and 1 deletions
|
@ -7,6 +7,7 @@ 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 et from 'react-intl/locale-data/et';
|
||||
import fi from 'react-intl/locale-data/fi';
|
||||
import fr from 'react-intl/locale-data/fr';
|
||||
import ga from 'react-intl/locale-data/ga';
|
||||
|
@ -16,11 +17,13 @@ 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 ko from 'react-intl/locale-data/ko';
|
||||
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 sk from 'react-intl/locale-data/sk';
|
||||
import sr from 'react-intl/locale-data/sr';
|
||||
import sv from 'react-intl/locale-data/sv';
|
||||
import th from 'react-intl/locale-data/th';
|
||||
|
@ -70,6 +73,7 @@ let localeData = [].concat(
|
|||
de,
|
||||
el,
|
||||
es,
|
||||
et,
|
||||
fi,
|
||||
fr,
|
||||
ga,
|
||||
|
@ -79,11 +83,13 @@ let localeData = [].concat(
|
|||
id,
|
||||
it,
|
||||
ja,
|
||||
ko,
|
||||
nl,
|
||||
nb,
|
||||
nn,
|
||||
pt,
|
||||
sl,
|
||||
sk,
|
||||
sr,
|
||||
sv,
|
||||
th,
|
||||
|
|
|
@ -11,6 +11,7 @@ const locales = {
|
|||
'cy': {name: 'Cymraeg'},
|
||||
'da': {name: 'Dansk'},
|
||||
'de': {name: 'Deutsch'},
|
||||
'et': {name: 'Eesti'},
|
||||
'el': {name: 'Ελληνικά'},
|
||||
'en': {name: 'English'},
|
||||
'es': {name: 'Español'},
|
||||
|
@ -19,17 +20,20 @@ const locales = {
|
|||
'ga': {name: 'Gaeilge'},
|
||||
'gd': {name: 'Gàidhlig'},
|
||||
'gl': {name: 'Galego'},
|
||||
'ko': {name: '한국어'},
|
||||
'he': {name: 'עִבְרִית'},
|
||||
'it': {name: 'Italiano'},
|
||||
'ja': {name: '日本語'},
|
||||
'mi': {name: 'Maori'},
|
||||
'nl': {name: 'Nederlands'},
|
||||
'ja': {name: '日本語'},
|
||||
'ja-Hira': {name: 'にほんご'},
|
||||
'nb': {name: 'Norsk Bokmål'},
|
||||
'nn': {name: 'Norsk Nynorsk'},
|
||||
'th': {name: 'ไทย'},
|
||||
'pt': {name: 'Português'},
|
||||
'pt-br': {name: 'Português Brasileiro'},
|
||||
'sr': {name: 'Српски'},
|
||||
'sk': {name: 'Slovenčina'},
|
||||
'sl': {name: 'Slovenščina'},
|
||||
'fi': {name: 'Suomi'},
|
||||
'sv': {name: 'Svenska'},
|
||||
|
|
Loading…
Reference in a new issue