mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-22 05:32:34 -05:00
Add Croatian
This commit is contained in:
parent
a04ded2d86
commit
f4e938ab96
2 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,7 @@ 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 hu from 'react-intl/locale-data/hu';
|
||||
import hr from 'react-intl/locale-data/hr';
|
||||
import id from 'react-intl/locale-data/id';
|
||||
import is from 'react-intl/locale-data/is';
|
||||
import it from 'react-intl/locale-data/it';
|
||||
|
@ -94,6 +95,7 @@ let localeData = [].concat(
|
|||
gl,
|
||||
he,
|
||||
hu,
|
||||
hr,
|
||||
id,
|
||||
is,
|
||||
it,
|
||||
|
|
|
@ -26,6 +26,7 @@ const locales = {
|
|||
'gl': {name: 'Galego'},
|
||||
'ko': {name: '한국어'},
|
||||
'he': {name: 'עִבְרִית'},
|
||||
'hr': {name: 'Hrvatski'},
|
||||
'is': {name: 'Íslenska'},
|
||||
'it': {name: 'Italiano'},
|
||||
'lv': {name: 'Latviešu'},
|
||||
|
|
Loading…
Reference in a new issue