Add Croatian

This commit is contained in:
chrisgarrity 2018-11-15 08:36:52 -05:00
parent a04ded2d86
commit f4e938ab96
2 changed files with 3 additions and 0 deletions

View file

@ -18,6 +18,7 @@ import gd from 'react-intl/locale-data/gd';
import gl from 'react-intl/locale-data/gl'; import gl from 'react-intl/locale-data/gl';
import he from 'react-intl/locale-data/he'; import he from 'react-intl/locale-data/he';
import hu from 'react-intl/locale-data/hu'; 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 id from 'react-intl/locale-data/id';
import is from 'react-intl/locale-data/is'; import is from 'react-intl/locale-data/is';
import it from 'react-intl/locale-data/it'; import it from 'react-intl/locale-data/it';
@ -94,6 +95,7 @@ let localeData = [].concat(
gl, gl,
he, he,
hu, hu,
hr,
id, id,
is, is,
it, it,

View file

@ -26,6 +26,7 @@ const locales = {
'gl': {name: 'Galego'}, 'gl': {name: 'Galego'},
'ko': {name: '한국어'}, 'ko': {name: '한국어'},
'he': {name: 'עִבְרִית'}, 'he': {name: 'עִבְרִית'},
'hr': {name: 'Hrvatski'},
'is': {name: 'Íslenska'}, 'is': {name: 'Íslenska'},
'it': {name: 'Italiano'}, 'it': {name: 'Italiano'},
'lv': {name: 'Latviešu'}, 'lv': {name: 'Latviešu'},