Index: gc_lang/fr/config.ini ================================================================== --- gc_lang/fr/config.ini +++ gc_lang/fr/config.ini @@ -78,61 +78,31 @@ [oxt] # the following files must be in your project folder, files will be copied into the zip archive rules.grx = fr-rules.txt oxt/addons.xcu = addons.xcu oxt/package-description.txt = package-description.txt -# icons -oxt/_img/box.svg = img/box.svg -oxt/_img/book.svg = img/book.svg -oxt/_img/book-open.svg = img/book-open.svg -oxt/_img/codesandbox.svg = img/codesandbox.svg -oxt/_img/columns.svg = img/columns.svg -oxt/_img/edit.svg = img/edit.svg -oxt/_img/list.svg = img/list.svg -oxt/_img/settings.svg = img/settings.svg -oxt/_img/star.svg = img/star.svg -oxt/_img/user.svg = img/user.svg -# images -oxt/_img/logo16.png = img/logo16.png -oxt/_img/logo26.png = img/logo26.png -oxt/_img/logo100.png = img/logo100.png -oxt/_img/logo120_text.png = img/logo120_text.png -oxt/_img/LaMouette_small.png = img/LaMouette_small.png -oxt/_img/Algoo_logo.png = img/Algoo_logo.png +# icons & images +oxt/_img = img # AppLauncher oxt/AppLauncher.py = AppLauncher.py # Graphspell oxt/Graphspell.py = Graphspell.py -# About -oxt/About/About.py = pythonpath/About.py -oxt/About/ab_strings.py = pythonpath/ab_strings.py # Dictionaries oxt/Dictionnaires/dictionaries = dictionaries oxt/Dictionnaires/dictionaries.xcu = dictionaries.xcu -# Dictionary Options -oxt/DictOptions/DictOptions.py = pythonpath/DictOptions.py -oxt/DictOptions/do_strings.py = pythonpath/do_strings.py -oxt/DictOptions/LexiconEditor.py = pythonpath/LexiconEditor.py -oxt/DictOptions/lxe_strings.py = pythonpath/lxe_strings.py -oxt/DictOptions/SearchWords.py = pythonpath/SearchWords.py -oxt/DictOptions/sw_strings.py = pythonpath/sw_strings.py -oxt/DictOptions/TagsInfo.py = pythonpath/TagsInfo.py -oxt/DictOptions/ti_strings.py = pythonpath/ti_strings.py -# Graphic options -oxt/GraphicOptions/GraphicOptions.py = pythonpath/GraphicOptions.py -oxt/GraphicOptions/go_strings.py = pythonpath/go_strings.py # ContextMenu oxt/ContextMenu/ContextMenu.py = ContextMenu.py oxt/ContextMenu/jobs.xcu = config/jobs.xcu +# Dictionary Options +oxt/DictOptions = pythonpath +# Graphic options +oxt/GraphicOptions = pythonpath # TextFormatter -oxt/TextFormatter/TextFormatter.py = pythonpath/TextFormatter.py -oxt/TextFormatter/tf_strings.py = pythonpath/tf_strings.py -oxt/TextFormatter/tf_options.py = pythonpath/tf_options.py -oxt/TextFormatter/tf_tabrep.py = pythonpath/tf_tabrep.py +oxt/TextFormatter = pythonpath # Lexicographer -oxt/Lexicographer/Enumerator.py = pythonpath/Enumerator.py -oxt/Lexicographer/enum_strings.py = pythonpath/enum_strings.py +oxt/Lexicographer = pythonpath # Conjugueur -oxt/Conjugueur/Conjugueur.py = pythonpath/Conjugueur.py +oxt/Conjugueur = pythonpath # Modify author -oxt/ChangeAuthor/Author.py = pythonpath/Author.py -oxt/ChangeAuthor/ca_strings.py = pythonpath/ca_strings.py +oxt/ChangeAuthor = pythonpath +# About +oxt/About = pythonpath