From 166311358d82657a15520ef35cd99e4fb82ed56f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 13 Feb 2023 10:17:53 +0100 Subject: Add is locale support --- shared/core-utils/i18n/i18n.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'shared') diff --git a/shared/core-utils/i18n/i18n.ts b/shared/core-utils/i18n/i18n.ts index b720fb84e..d01493cc2 100644 --- a/shared/core-utils/i18n/i18n.ts +++ b/shared/core-utils/i18n/i18n.ts @@ -22,6 +22,7 @@ export const I18N_LOCALES = { 'it-IT': 'Italiano', 'ja-JP': '日本語', 'kab': 'Taqbaylit', + 'is': 'Íslenska', 'nl-NL': 'Nederlands', 'oc': 'Occitan', 'pl-PL': 'Polski', -- cgit v1.2.3