From 38391e62b8602044a27c0aa6546de9a8b6db2b7a Mon Sep 17 00:00:00 2001 From: Mahmoud Salem Date: Wed, 24 Jul 2024 10:39:34 +0100 Subject: [PATCH 1/2] fix: arabic localization for org profile --- packages/localizations/src/ar-SA.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/localizations/src/ar-SA.ts b/packages/localizations/src/ar-SA.ts index 39d310f8677..3cbd0155535 100644 --- a/packages/localizations/src/ar-SA.ts +++ b/packages/localizations/src/ar-SA.ts @@ -168,10 +168,10 @@ export const arSA: LocalizationResource = { }, }, navbar: { - description: 'Manage your organization.', - general: 'General', - members: 'Members', - title: 'Organization', + description: 'إدارة منظمتك.', + general: 'عام', + members: 'الأعضاء', + title: 'المنظمة', }, profilePage: { dangerSection: { @@ -210,11 +210,11 @@ export const arSA: LocalizationResource = { title: 'حذف النطاق', }, start: { - headerTitle__general: 'General', + headerTitle__general: 'عام', headerTitle__members: 'الأعضاء', profileSection: { primaryButton: '', - title: 'Organization Profile', + title: 'ملف المنظمة', uploadAction__title: 'Logo', }, }, From 51c92c1b7825e89bf3a856a0ab169632d96acd1b Mon Sep 17 00:00:00 2001 From: Stefanos Anagnostou Date: Fri, 26 Jul 2024 11:16:12 +0300 Subject: [PATCH 2/2] Create chilled-swans-work.md --- .changeset/chilled-swans-work.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/chilled-swans-work.md diff --git a/.changeset/chilled-swans-work.md b/.changeset/chilled-swans-work.md new file mode 100644 index 00000000000..04fe0ea8f96 --- /dev/null +++ b/.changeset/chilled-swans-work.md @@ -0,0 +1,5 @@ +--- +"@clerk/localizations": patch +--- + +Translate ar-SA localization strings for Organization Profile