Skip to content

Commit

Permalink
fix(languages): somme "array" strings were using the wrong comma deli…
Browse files Browse the repository at this point in the history
…miter
  • Loading branch information
QHivert committed Mar 14, 2024
1 parent adf1117 commit 7c0699b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion UI/Contacts/Arabic.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
"Download iOS - MacOS configuration profile" = "Download iOS - MacOS configuration profile";

/* categories */
"contacts_category_labels" = "الزميل، المنافس، العملاء، الصديق، العائلة، شريك تجاري، مقدم خدمة، الصحافة ، كبار الشخصيات";
"contacts_category_labels" = "الزميل, المنافس, العملاء, الصديق, العائلة, شريك تجاري, مقدم خدمة , الصحافة ,كبار الشخصيات";
"New category" = "فئة جديدة";

/* adresses */
Expand Down
2 changes: 1 addition & 1 deletion UI/PreferencesUI/Arabic.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"Delete" = "مسح";

/* contacts categories */
"contacts_category_labels" = "الزميل، المنافس، العملاء، الصديق، العائلة، شريك تجاري، مقدم خدمة ، الصحافة ،كبار الشخصيات";
"contacts_category_labels" = "الزميل, المنافس, العملاء, الصديق, العائلة, شريك تجاري, مقدم خدمة , الصحافة ,كبار الشخصيات";

/* vacation (auto-reply) */
"Enable vacation auto reply" = "تمكين الرد التلقائي أثناء العطلة";
Expand Down
2 changes: 1 addition & 1 deletion UI/PreferencesUI/ChineseChina.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"Delete" = "删除";

/* contacts categories */
"contacts_category_labels" = "同事竞争对手,客户,朋友,家庭,工作伙伴服务商,媒体,VIP";
"contacts_category_labels" = "同事,竞争对手,客户,朋友,家庭,工作伙伴,服务商,媒体,VIP";

/* vacation (auto-reply) */
"Enable vacation auto reply" = "休假自动回复";
Expand Down

0 comments on commit 7c0699b

Please sign in to comment.