From 7c0699b96ff1539011e04a1d60f8f4c7334e79b1 Mon Sep 17 00:00:00 2001 From: Hivert Quentin Date: Thu, 14 Mar 2024 16:05:01 +0100 Subject: [PATCH] fix(languages): somme "array" strings were using the wrong comma delimiter --- UI/Contacts/Arabic.lproj/Localizable.strings | 2 +- UI/PreferencesUI/Arabic.lproj/Localizable.strings | 2 +- UI/PreferencesUI/ChineseChina.lproj/Localizable.strings | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/UI/Contacts/Arabic.lproj/Localizable.strings b/UI/Contacts/Arabic.lproj/Localizable.strings index 47438630d..23ebeab69 100644 --- a/UI/Contacts/Arabic.lproj/Localizable.strings +++ b/UI/Contacts/Arabic.lproj/Localizable.strings @@ -196,7 +196,7 @@ "Download iOS - MacOS configuration profile" = "Download iOS - MacOS configuration profile"; /* categories */ -"contacts_category_labels" = "الزميل، المنافس، العملاء، الصديق، العائلة، شريك تجاري، مقدم خدمة، الصحافة ، كبار الشخصيات"; +"contacts_category_labels" = "الزميل, المنافس, العملاء, الصديق, العائلة, شريك تجاري, مقدم خدمة , الصحافة ,كبار الشخصيات"; "New category" = "فئة جديدة"; /* adresses */ diff --git a/UI/PreferencesUI/Arabic.lproj/Localizable.strings b/UI/PreferencesUI/Arabic.lproj/Localizable.strings index 4435dda1a..2ffa7d10b 100644 --- a/UI/PreferencesUI/Arabic.lproj/Localizable.strings +++ b/UI/PreferencesUI/Arabic.lproj/Localizable.strings @@ -33,7 +33,7 @@ "Delete" = "مسح"; /* contacts categories */ -"contacts_category_labels" = "الزميل، المنافس، العملاء، الصديق، العائلة، شريك تجاري، مقدم خدمة ، الصحافة ،كبار الشخصيات"; +"contacts_category_labels" = "الزميل, المنافس, العملاء, الصديق, العائلة, شريك تجاري, مقدم خدمة , الصحافة ,كبار الشخصيات"; /* vacation (auto-reply) */ "Enable vacation auto reply" = "تمكين الرد التلقائي أثناء العطلة"; diff --git a/UI/PreferencesUI/ChineseChina.lproj/Localizable.strings b/UI/PreferencesUI/ChineseChina.lproj/Localizable.strings index 67c4e19cc..ceac26091 100644 --- a/UI/PreferencesUI/ChineseChina.lproj/Localizable.strings +++ b/UI/PreferencesUI/ChineseChina.lproj/Localizable.strings @@ -33,7 +33,7 @@ "Delete" = "删除"; /* contacts categories */ -"contacts_category_labels" = "同事,竞争对手,客户,朋友,家庭,工作伙伴,服务商,媒体,VIP"; +"contacts_category_labels" = "同事,竞争对手,客户,朋友,家庭,工作伙伴,服务商,媒体,VIP"; /* vacation (auto-reply) */ "Enable vacation auto reply" = "休假自动回复";