We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b52fa2 commit f79bfc8Copy full SHA for f79bfc8
wikidict/lang/da/__init__.py
@@ -123,6 +123,7 @@ def find_pronunciations(code: str, locale: str) -> list[str]:
123
124
125
ALL_FORMS = [
126
+ "bestemt ental af",
127
"da-adj-1",
128
"da-adj-2",
129
"da-noun-1",
@@ -136,13 +137,17 @@ def find_pronunciations(code: str, locale: str) -> list[str]:
136
137
"ental bestemt af",
138
"flertal af",
139
"genitivform af",
140
+ "genitiv bestemt ental af",
141
"genitiv ental ubestemt af",
142
"genitiv ubestemt entalsform af",
143
+ "imperativ af",
144
"nutid af",
145
"pluralis af",
146
+ "præsens af",
147
"præsens participium af",
148
"præteritum participium af",
149
"præteritum af",
150
+ "ubestemt flertal af",
151
]
152
153
0 commit comments