Add note about jul.

This commit is contained in:
Adriane Boyd 2023-11-17 09:51:24 +01:00
parent 2441803222
commit ae67abd270

View File

@ -11,6 +11,7 @@ for exc_data in [
{ORTH: "mar.", NORM: "mars"}, {ORTH: "mar.", NORM: "mars"},
{ORTH: "apr.", NORM: "april"}, {ORTH: "apr.", NORM: "april"},
{ORTH: "jun.", NORM: "juni"}, {ORTH: "jun.", NORM: "juni"},
# note: "jul." is in the simple list below without a NORM exception
{ORTH: "aug.", NORM: "august"}, {ORTH: "aug.", NORM: "august"},
{ORTH: "sep.", NORM: "september"}, {ORTH: "sep.", NORM: "september"},
{ORTH: "okt.", NORM: "oktober"}, {ORTH: "okt.", NORM: "oktober"},