From 4c2bfdde325259aa954f173b7b8bac6b8426b96b Mon Sep 17 00:00:00 2001 From: Bjarni Benediktsson Date: Wed, 21 Aug 2024 12:11:32 +0400 Subject: [PATCH 1/2] fix: Update Icelandic translation --- .changeset/plenty-news-visit.md | 5 +++++ packages/localizations/src/is-IS.ts | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .changeset/plenty-news-visit.md diff --git a/.changeset/plenty-news-visit.md b/.changeset/plenty-news-visit.md new file mode 100644 index 00000000000..b671dc29931 --- /dev/null +++ b/.changeset/plenty-news-visit.md @@ -0,0 +1,5 @@ +--- +"@clerk/localizations": patch +--- + +Fix spelling in the Ielandic (is-IS) localization file. diff --git a/packages/localizations/src/is-IS.ts b/packages/localizations/src/is-IS.ts index cb011a05eae..428625a2e1c 100644 --- a/packages/localizations/src/is-IS.ts +++ b/packages/localizations/src/is-IS.ts @@ -217,7 +217,7 @@ export const isIS: LocalizationResource = { headerTitle__members: 'Meðlimir', profileSection: { primaryButton: 'Uppfæra prófíl', - title: 'Prófíl samtaka', + title: 'Prófíll samtaka', uploadAction__title: 'Merki', }, }, @@ -799,7 +799,7 @@ export const isIS: LocalizationResource = { }, profileSection: { primaryButton: 'Uppfæra prófíl', - title: 'Prófíl', + title: 'Prófíll', }, usernameSection: { primaryButton__setUsername: 'Setja notendanafn', From 35d5ed8a6e43f228301beb0097163ba07302a12d Mon Sep 17 00:00:00 2001 From: Stefanos Anagnostou Date: Thu, 22 Aug 2024 11:48:30 +0300 Subject: [PATCH 2/2] Fix changeset typo --- .changeset/plenty-news-visit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/plenty-news-visit.md b/.changeset/plenty-news-visit.md index b671dc29931..24bafe2c398 100644 --- a/.changeset/plenty-news-visit.md +++ b/.changeset/plenty-news-visit.md @@ -2,4 +2,4 @@ "@clerk/localizations": patch --- -Fix spelling in the Ielandic (is-IS) localization file. +Fix spelling in the Icelandic (is-IS) localization file.