16,736
edits
Changes
From Gramps
no edit summary
==Adding new files==
All the files with the translatable strings '''must''' be listed in the <code>po/POTFILES.in </code> or <code>po/POTFILES.skip </code> files. This means that most new files must have their names added to these files.
Please remember to do this for new files that you add to Git.
==Removing files==
Remember to remove references to the file from the <code>po/POTFILES.in </code> and <code>po/POTFILES.skip </code> files.
==Bugfixes in branches==
Whenever a bug is fixed in a maintenance branch, it is the committer's committers responsibility to make sure the fix is also committed to the master branch. See the [[Brief introduction to Git#Applying a fix to another branch|Brief introduction to Git]] for details.
[[Category:Developers/General]]