16,719
edits
Changes
From Gramps
m
→Files and directory
* gettext, intltool and 'POTFILES.in' file
If you want a script to take your translatable strings into account, you must add your source file path in the file : <code>po/POTFILES.in</code>. For this report example, you should add: ... ../gramps/plugins/leak.py ../gramps/plugins/mediamanager.py ../gramps/plugins/myreport.py # <------ ../gramps/plugins/narrativeweb.py ../gramps/plugins/patchnames.py ... See [[Translation_environment22]].
* xgettext and 'po/gramps' file