]> git.ipfire.org Git - thirdparty/moment.git/commit
Render Month-names correctly with numerals
authorAndreas Heigl <andreas@heigl.org>
Fri, 15 Dec 2023 10:52:03 +0000 (11:52 +0100)
committerIskren Chernev <me@iskren.info>
Sat, 16 Dec 2023 20:58:41 +0000 (22:58 +0200)
commit49d6af4ff4b1b4864c494b978ec83f934fd7daa6
treef1885da0f073fb2b3efa328198093c14e4aa260f
parent933cb24dd744de18df8102775c73aa1baea6d9c7
Render Month-names correctly with numerals

According to local knowledge the month-names need to be rendered using
the format-version when a numeral is added to them. Either before or
after the monthname.

This is now handled by adding the appropriate isFormat regex.
src/locale/cs.js
src/test/locale/cs.js