Added Croatian language.

This commit is contained in:
Mike Cao 2022-11-12 21:03:47 -08:00
parent c443d83654
commit 2555ee09d1
5 changed files with 862 additions and 4 deletions

View file

@ -14,6 +14,7 @@ import {
faIR,
he,
hi,
hr,
id,
it,
ja,
@ -61,6 +62,7 @@ export const languages = {
'he-IL': { label: 'עברית', dateLocale: he },
'hi-IN': { label: 'हिन्दी', dateLocale: hi },
'hu-HU': { label: 'Hungarian', dateLocale: hu },
'hr-HR': { label: 'hrvatski', dateLocale: hr },
'it-IT': { label: 'Italiano', dateLocale: it },
'id-ID': { label: 'Bahasa Indonesia', dateLocale: id },
'ja-JP': { label: '日本語', dateLocale: ja },