FWD: [PATCH] localedata: ar_MA: fix first_weekday and first_workday

t4rik@tuta.io t4rik@tuta.io
Fri Jul 3 22:10:37 GMT 2026


Date: 10 Apr 2026, 17:26
From: t4rik@tuta.io
To: libc-locales@sourceware.org
Subject: [PATCH] localedata: ar_MA: fix first_weekday and first_workday


> From 7a39a9684e3048edad2068b9d35b39a8f7c1d0cc Mon Sep 17 00:00:00 2001
> From: Tarik ROKHSANE <> t4rik@tuta.io> >
> 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 <> t4rik@tuta.io> >
> ---
> 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
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://sourceware.org/pipermail/libc-alpha/attachments/20260704/34a81c06/attachment.htm>


More information about the Libc-alpha mailing list