...
authorpierre <ratinaud@univ-tlse2.fr>
Fri, 2 Aug 2024 15:54:19 +0000 (17:54 +0200)
committerpierre <ratinaud@univ-tlse2.fr>
Fri, 2 Aug 2024 15:54:19 +0000 (17:54 +0200)
chemins.py
dialog.py

index 6d36c76..55fbd95 100644 (file)
@@ -196,6 +196,8 @@ def ConstructDicoPath(AppliPath):
         'spanish_exp' :  os.path.join(BasePath, 'expression_sp.txt'),
         'galician' : os.path.join(BasePath, 'lexique_gl.txt'),
         'galician_exp' : os.path.join(BasePath, 'expression_gl.txt'),
+        'dutch' : os.path.join(BasePath, 'lexique_nl.txt'),
+        'norwegian' :  os.path.join(BasePath, 'lexique_nn.txt'),
     }
     return DictPath
 
index 87c4076..5ca0a2f 100755 (executable)
--- a/dialog.py
+++ b/dialog.py
@@ -127,8 +127,8 @@ encodages = [['cp1252','Western Europe'],
     ['utf_7', 'all languages'],
     ['utf_8_sig', 'all languages']]
 
-langues_n = ['français', 'english', 'german (expérimentale)', 'italian', 'swedish (expérimentale)', 'portuguese', 'spanish', 'greek (expériementale)', 'galician (expérimentale)', 'autre...']
-langues = ['french', 'english', 'german', 'italian', 'swedish', 'portuguese', 'spanish', 'greek', 'galician', 'other']
+langues_n = ['french', 'english', 'german', 'italian', 'swedish', 'portuguese', 'spanish', 'greek', 'galician', 'dutch', 'norwegian', 'autre...']
+langues = ['french', 'english', 'german', 'italian', 'swedish', 'portuguese', 'spanish', 'greek', 'galician', 'dutch', 'norwegian', 'other']
 
 class FileOptionDialog(wx.Dialog):