Skip to content

Commit

Permalink
Add Wikifunctions for French nouns
Browse files Browse the repository at this point in the history
IIUC they only work for regular words, but let’s still have them for
now, I think. Part of #140.
  • Loading branch information
lucaswerkmeister committed Oct 29, 2023
1 parent a64b857 commit 5657d03
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -5541,6 +5541,9 @@ def statements(*args):
'label': 'pluriel',
'example': 'Voici des [chiens].',
'grammatical_features_item_ids': [plural],
'wikifunctions': {
'✨': 'Z11548',
},
},
],
'statements': statements(grammatical_gender, masculine),
Expand All @@ -5561,6 +5564,9 @@ def statements(*args):
'label': 'pluriel',
'example': 'Voici des [chiennes].',
'grammatical_features_item_ids': [plural],
'wikifunctions': {
'✨': 'Z11548',
},
},
],
'statements': statements(grammatical_gender, feminine),
Expand Down

0 comments on commit 5657d03

Please sign in to comment.