localedata: ms_MY should not use 12-hour format

Resolves: BZ # 29504
This commit is contained in:
Mike FABIAN 2024-01-03 11:07:27 +01:00
parent b5b558ab4b
commit fe316dad7c

View file

@ -128,20 +128,21 @@ mon "Januari";"Februari";/
% Equivalent of AM PM % Equivalent of AM PM
am_pm "";"" am_pm "";""
% %
% Appropriate date and time representation % Appropriate date and time representation (%c)
d_t_fmt "%A %d %b %Y %I:%M:%S %p" d_t_fmt "%A %d %b %Y %H:%M:%S"
% %
% Appropriate date and time representation for date(1) % Appropriate date and time representation for date(1)
date_fmt "%A %d %b %Y %I:%M:%S %p %Z" date_fmt "%A %d %b %Y %H:%M:%S %Z"
% %
% Appropriate date representation % Appropriate date representation (%x)
d_fmt "%A %d %b %Y" d_fmt "%A %d %b %Y"
% %
% Appropriate time representation % Appropriate time representation (%X)
t_fmt "%I:%M:%S %p %Z" t_fmt "%H:%M:%S %Z"
% %
% Appropriate 12 h time representation (%r) % Appropriate 12 h time representation (%r)
t_fmt_ampm "%I:%M:%S %p %Z" % Empty because 12-hour format is not supported in this locale.
t_fmt_ampm ""
% %
week 7;19971130;1 week 7;19971130;1
first_weekday 2 first_weekday 2