km_KH locale: Use "%M" instead of "m" in d_t_fmt (bug 25323)

A quick analysis suggests that the original author meant "%M" (minutes
format specifier) instead of "m" which is just a literal "m" letter.
This commit is contained in:
Rafał Lużyński 2019-12-30 11:28:37 +01:00
parent 653d74f12a
commit 20a740b2b2

View File

@ -961,7 +961,7 @@ mon "<U1798><U1780><U179A><U17B6>";/
"<U179C><U17B7><U1785><U17D2><U1786><U17B7><U1780><U17B6>";/
"<U1792><U17D2><U1793><U17BC>"
d_t_fmt "%A <U1790><U17D2><U1784><U17C3> %e <U1781><U17C2> %B <U1786><U17D2><U1793><U17B6><U17C6> %Y, %H <U1798><U17C9><U17C4><U1784> m <U1793><U17B6><U1791><U17B8> %S <U179C><U17B7><U1793><U17B6><U1791><U17B8><U200B>"
d_t_fmt "%A <U1790><U17D2><U1784><U17C3> %e <U1781><U17C2> %B <U1786><U17D2><U1793><U17B6><U17C6> %Y, %H <U1798><U17C9><U17C4><U1784> %M <U1793><U17B6><U1791><U17B8> %S <U179C><U17B7><U1793><U17B6><U1791><U17B8><U200B>"
d_fmt "%e %B %Y"