From a030ef42b5fbb7369084c4b6ba1e7227d9187295 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 1 May 2022 16:30:29 -0500 Subject: [PATCH] Add Icelandic language to UI --- app/soapbox/features/preferences/index.tsx | 1 + app/soapbox/locales/messages.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/app/soapbox/features/preferences/index.tsx b/app/soapbox/features/preferences/index.tsx index 2574b01af..1fab5ca74 100644 --- a/app/soapbox/features/preferences/index.tsx +++ b/app/soapbox/features/preferences/index.tsx @@ -38,6 +38,7 @@ const languages = { hy: 'Հայերեն', id: 'Bahasa Indonesia', io: 'Ido', + is: 'íslenska', it: 'Italiano', ja: '日本語', ka: 'ქართული', diff --git a/app/soapbox/locales/messages.ts b/app/soapbox/locales/messages.ts index d9499697f..d1e355012 100644 --- a/app/soapbox/locales/messages.ts +++ b/app/soapbox/locales/messages.ts @@ -58,6 +58,7 @@ const locales: string[] = [ 'hy', 'id', 'io', + 'is', 'it', 'ja', 'ka',