mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-22 13:42:30 -05:00
Removed commented out code
This commit is contained in:
parent
ba8497f945
commit
10e9f99243
1 changed files with 0 additions and 29 deletions
29
src/index.js
29
src/index.js
|
@ -54,35 +54,6 @@ import zh from 'react-intl/locale-data/zh';
|
|||
import zu from 'react-intl/locale-data/zu';
|
||||
|
||||
import locales, {customLocales, localeMap, isRtl} from './supported-locales.js';
|
||||
/*
|
||||
locales = {
|
||||
'ab': {name: 'Аҧсшәа'},
|
||||
'ca': {name: 'Català'},
|
||||
'cs': {name: 'Česky'},
|
||||
'cy': {name: 'Cymraeg'},
|
||||
'de': {name: 'Deutsch'},
|
||||
'el': {name: 'Ελληνικά'},
|
||||
'en': {name: 'English'},
|
||||
'es': {name: 'Español'},
|
||||
'es-419': {name: 'Español Latinoamericano'},
|
||||
'fr': {name: 'Français'},
|
||||
'ga': {name: 'Gaeilge'},
|
||||
'gd': {name: 'Gàidhlig'},
|
||||
'he': {name: 'עִבְרִית'},
|
||||
'it': {name: 'Italiano'},
|
||||
'ja': {name: '日本語'},
|
||||
'mi': {name: 'Maori'},
|
||||
'nl': {name: 'Nederlands'},
|
||||
'nb': {name: 'Norsk Bokmål'},
|
||||
'pt': {name: 'Português'},
|
||||
'pt-br': {name: 'Português Brasileiro'},
|
||||
'sr': {name: 'Српски'},
|
||||
'sl': {name: 'Slovenščina'},
|
||||
'tr': {name: 'Türkçe'},
|
||||
'uk': {name: 'Українська'},
|
||||
'zh-cn': {name: '简体中文'},
|
||||
'zh-tw': {name: '繁體中文'}
|
||||
*/
|
||||
|
||||
let localeData = [].concat(
|
||||
en,
|
||||
|
|
Loading…
Reference in a new issue