X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=chemins.py;h=014d009d3444948fc2aaec00e91a1fc81fcc5fc1;hp=6b124ef151d999313ea6fb7beebbfffc44db5d46;hb=eb798ba97d92c40656cedc5414974a9edf7a332c;hpb=2ffa9388c45dce689bb45c1cf6c7ad81d2636409 diff --git a/chemins.py b/chemins.py index 6b124ef..014d009 100644 --- a/chemins.py +++ b/chemins.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- #Author: Pierre Ratinaud #Copyright (c) 2008 Pierre Ratinaud -#Lisense: GNU/GPL +#License: GNU/GPL import os import tempfile @@ -166,6 +166,8 @@ def ConstructDicoPath(AppliPath): 'greek_exp' : os.path.join(BasePath, 'expression_gr.txt'), 'spanish' : os.path.join(BasePath, 'lexique_sp.txt'), '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'), } return DictPath