16,736
edits
Changes
From Gramps
→Translating wiki manual
==Translating wiki manual==
To have enable the weblink for help when pressing the link working {{man button|F1}} button in the Grampsprogram, you need to have or edit the GrampsDisplay.py file <code>MANUALS</code> variable to contain your language.On line 30 of that file, you seecode locale in the:
[https://github.com/gramps-project/gramps/blob/master/gramps/gui/display.py display.py] file for Gramp 4.x or greater
or
GrampsDisplay.py file for Gramps 3.x or earlier
On approximately line 41 of that file, you may see:
#list of manuals on wiki, map locale code to wiki extension, add language codes
#completely, or first part, so pt_BR if Brazilian portugeze wiki manual, and
#nl for Dutch (nl_BE, nl_NL language code)
MANUALS = {
'nl' : '/nl',
}
MANUALS = {