Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0075d58

Browse files
committed
Improves README
Actions before committing changes. Related to #261
1 parent d8e6c8d commit 0075d58

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

README.rst

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,27 @@ Now you're ready to start a work session, each time you'll start a new task, sta
8383
git checkout -b glossary upstream/3.7
8484
8585
# You can now work on the file, typically using poedit,
86-
# then commit your work with a nice explicit message:
86+
poedit directory/file.po
87+
88+
# After writing your changes to disk, check for correctness:
89+
make
90+
91+
# Sphinx will tell you if there is any syntax error in the files
92+
# you modified. Note that in the French Translation, we try to keep Sphinx
93+
# warnings to zero.
94+
95+
# you may want to check if there are semantic errors.
96+
# Open the translated file in your browser to check how it renders.
97+
# Don't forget to verify the typography. The French conventions are not
98+
# the English ones, especially for punctuation.
99+
# Also, Grammalecte, a browser plugin avaliable in your browser store,
100+
# is your friend even if, because of the technical words that appear
101+
# everywhere in the documentation, it points out many false positive.
102+
exo-open ../cpython/Doc/build/html/directory/file.html
103+
104+
# When everything is clear (syntax errors from Sphinx, html rendering,
105+
# semantics, typography),
106+
# you can commit your work with a nice explicit message:
87107
git commit -a -m "Working on glossary."
88108
89109
# Then push your modifications to your github clone,
@@ -205,8 +225,8 @@ parameter paramètre
205225
prompt invite
206226
raise lever
207227
regular expression expression rationnelle, expression régulière
208-
return renvoie, donne (On évite
209-
"retourne" qui pourrait porter à confusion.
228+
return renvoie, donne (on évite
229+
"retourne" qui pourrait porter à confusion).
210230
simple quote guillemet simple, apostrophe (apostrophe
211231
is to glue, guillemet is to surround)
212232
socket *socket*

0 commit comments

Comments
 (0)