2,037
edits
Changes
From Gramps
m
no edit summary
'''Note''': at the time of writing, only the last, so using grampsapp.py works, as not all imports in Gramps have been converted to relative or absolute imports. This conversion will be finished by end of 2012 however.
== Correct Translation in development ==
'''To check if following is still current!'''
Warning: you will not be able to load translations on /usr/local/share/locale, because you will load /usr/share/locale, which could be translations for stable release (set on grampsapp.py).
You may generate a custom launcher by adding this line:
export GRAMPSI18N=/usr/local/share/locale
if you want to use an other path, you may add this line:
export GRAMPSI18N=@prefix@/share/locale
on current gramps.sh.in (source file) before installation.
= Browse the source code =