16,719
edits
Changes
From Gramps
m
→Translating man pages
First off all you must make a directory for your language under data/man.
<code> cd data/man
</code>
and do <code> mkdir xx</code>
where xx is your languagecode (fr for French, sv for Swedish, etc.) You should use Git. See [[Brief_introduction_to_Git| the introduction to Git]].
Run data/man/update_man.py:
<code> $ python update_man.py -m</code>
All changes must be committed and pushed to the server:
git push
To see the result of your work, do:<code> $ man xx/gramps.1</code>
[[Category:Translators/Categories]]
[[Category:Developers/General]]