topic/main

This commit is contained in:
Marc Beninca 2025-05-25 21:22:48 +02:00
parent 22f52056ff
commit 9fd6a2c3db
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 1 additions and 0 deletions

View file

@ -13,6 +13,7 @@ FRENCH = 'french'
LANGUAGES = [ENGLISH, FRENCH]
DOCUMENTS = [
{ENGLISH: 'topic', FRENCH: 'sujet'},
{ENGLISH: 'thesis', FRENCH: 'mémoire'},
# {ENGLISH: 'presentation', FRENCH: 'présentation'},
]