From f4e938ab962901cde8512b07998007aad5d6f271 Mon Sep 17 00:00:00 2001 From: chrisgarrity Date: Thu, 15 Nov 2018 08:36:52 -0500 Subject: [PATCH] Add Croatian --- src/index.js | 2 ++ src/supported-locales.js | 1 + 2 files changed, 3 insertions(+) diff --git a/src/index.js b/src/index.js index 8dfb5e01..d588fa31 100644 --- a/src/index.js +++ b/src/index.js @@ -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, diff --git a/src/supported-locales.js b/src/supported-locales.js index ef3bf232..245a84df 100644 --- a/src/supported-locales.js +++ b/src/supported-locales.js @@ -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'},