Grammalecte  Check-in [a885a0e2c1]

Overview
Comment:[build][fr] code clarity for oxt building
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | fr | build
Files: files | file ages | folders
SHA3-256: a885a0e2c1b6414bacc83dadd74f24744af879d185b4fd45ac27d04caa0e2b7d
User & Date: olr on 2019-08-24 08:20:44
Other Links: manifest | tags
Context
2019-08-24
10:10
[fr] faux positif check-in: fe639e3494 user: olr tags: trunk, fr
08:20
[build][fr] code clarity for oxt building check-in: a885a0e2c1 user: olr tags: trunk, fr, build
00:12
[lo] update icons check-in: b377d0fa4d user: olr tags: trunk, lo
Changes

Modified gc_lang/fr/config.ini from [2076dce3ed] to [2bb381c188].

76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127

128
129
130
131
132
133
134
135
136
137

138


[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
# 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
# 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
# Lexicographer
oxt/Lexicographer/Enumerator.py = pythonpath/Enumerator.py
oxt/Lexicographer/enum_strings.py = pythonpath/enum_strings.py
# Conjugueur
oxt/Conjugueur/Conjugueur.py = pythonpath/Conjugueur.py
# Modify author
oxt/ChangeAuthor/Author.py = pythonpath/Author.py

oxt/ChangeAuthor/ca_strings.py = pythonpath/ca_strings.py







|
|
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<




<
<
<



<
<
<
<
<
<
<
<
<
<
<
<



|
|
>
|
|
|

|
<

|

|
>
|
76
77
78
79
80
81
82
83
84
















85
86
87
88



89
90
91












92
93
94
95
96
97
98
99
100
101
102

103
104
105
106
107
108


[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 & images
oxt/_img = img
















# AppLauncher
oxt/AppLauncher.py = AppLauncher.py
# Graphspell
oxt/Graphspell.py = Graphspell.py



# Dictionaries
oxt/Dictionnaires/dictionaries = dictionaries
oxt/Dictionnaires/dictionaries.xcu = dictionaries.xcu












# 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 = pythonpath
# Lexicographer
oxt/Lexicographer = pythonpath

# Conjugueur
oxt/Conjugueur = pythonpath
# Modify author
oxt/ChangeAuthor = pythonpath
# About
oxt/About = pythonpath