[PATCH] Use Arabic comma for Arabic locales

AvidSeeker avidseeker@disroot.org
Sat Apr 5 05:31:21 GMT 2025


---
 localedata/locales/ar_AE | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/localedata/locales/ar_AE b/localedata/locales/ar_AE
index 062fa0be..c842d084 100644
--- a/localedata/locales/ar_AE
+++ b/localedata/locales/ar_AE
@@ -125,13 +125,13 @@ mon         "يناير";/
 am_pm       "ص";"م"
 %
 % Appropriate date and time representation
-d_t_fmt     "%d %b, %Y %I:%M:%S %p"
+d_t_fmt     "%d %b، %Y %I:%M:%S %p"
 %
 % Appropriate date and time representation for date(1)
-date_fmt    "%d %b, %Y %Z %I:%M:%S %p"
+date_fmt    "%d %b، %Y %Z %I:%M:%S %p"
 %
 % Appropriate date representation
-d_fmt       "%d %b, %Y"
+d_fmt       "%d %b، %Y"
 %
 % Appropriate time representation
 t_fmt       "%Z %I:%M:%S %p"
@@ -160,10 +160,10 @@ LC_NAME
 %
 name_fmt    "%p%t%f%t%g"
 name_gen    "-san"
-name_mr     "Mr."
-name_mrs    "Mrs."
-name_miss   "Miss."
-name_ms     "Ms."
+name_mr     "سيد"
+name_mrs    "سيدة"
+name_miss   "آنسة"
+name_ms     "سيدة"
 
 END LC_NAME
 
-- 
2.49.0



More information about the Libc-alpha mailing list