Fixed #25194 -- Fixed Korean YEAR_MONTH_FORMAT and MONTH_DAY_FORMAT.
'F' translates a month to a Korean name with a month number so, for example, 'F 월' becomes '10 월월' for October. This should be either 'F' or 'n월', and I followed conventions in other languages like Japanese and Chinese.
Showing
Please
register
or
sign in
to comment