Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/chilled-swans-work.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@clerk/localizations": patch
---

Translate ar-SA localization strings for Organization Profile
12 changes: 6 additions & 6 deletions packages/localizations/src/ar-SA.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down Expand Up @@ -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',
},
},
Expand Down