FWD: [PATCH] localedata: ar_MA: fix first_weekday and first_workday
| Newsgroups | gmane.comp.lib.glibc.alpha |
|---|---|
| Message-ID | <[email protected]> |
Date: 10 Apr 2026, 17:26 From: [email protected] To: [email protected] Subject: [PATCH] localedata: ar_MA: fix first_weekday and first_workday > From 7a39a9684e3048edad2068b9d35b39a8f7c1d0cc Mon Sep 17 00:00:00 2001 > From: Tarik ROKHSANE <> [email protected]> > > Date: Fri, 10 Apr 2026 17:12:09 +0100 > Subject: [PATCH] localedata: ar_MA: fix first_weekday and first_workday > MIME-Version: 1.0 > Content-Type: text/plain; charset=UTF-8 > Content-Transfer-Encoding: 8bit > > The Moroccan working week runs Monday–Friday, as mandated by > decree n° 2-05-916. The previous values (first_weekday 7 = Saturday, > first_workday 1 = Sunday) were incorrect. > > Reference (fr): > https://www.mmsp.gov.ma/fr/nos-metiers/horaires-de-travail-et-jours-fériés > Reference (ar): > https://www.mmsp.gov.ma/ar/وظائفنا/ساعات-العمل-والعطل-الرسمية > > Signed-off-by: Tarik ROKHSANE <> [email protected]> > > --- > localedata/locales/ar_MA | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/localedata/locales/ar_MA b/localedata/locales/ar_MA > index 5b9c5c637d..246d040973 100644 > --- a/localedata/locales/ar_MA > +++ b/localedata/locales/ar_MA > @@ -148,8 +148,8 @@ t_fmt "%Z %H:%M:%S" > % Appropriate 12 h time representation (%r) > t_fmt_ampm "" > week 7;19971130;1 > -first_weekday 7 > -first_workday 1 > +first_weekday 2 > +first_workday 2 > END LC_TIME > > > -- > 2.53.0 >