Den 07.06.2012 23:10, skreiv Gil Forcada:
It works according to http://l10n.gnome.org/module/gimp/#gimp-2-8 except there is an exclamation mark in the po-tags listing. Don't know what it means, but perhaps something not perfect? I do not know what this file is used for either.Hi Kolbjoern,
The problem is that you pushed your changes only to the master branch,
and did not push your changes to the gimp-2-8 branch.
To do so:
# cd gimp
# git pull -r # get the updates
# git checkout -t origin/gimp-2-8
# (add your files)
# git commit # commit the files
# git push
But then remember that you will have to change back to the master branch
if you want to translate the master branch:
# git checkout master (to go back to master)
# git checkout gimp-2-8 (if you want to work on the gimp-2-8 branch)
See more tips and how-tos about translators and git in GNOME's wiki:
https://live.gnome.org/TranslationProject/GitHowTo
But the listing on http://7lcracked.appspot.com/git.gnome.org/browse/gimp/log/?h=gimp-2-8&showmsg=1 looks like I have made a mess of the repository. Sorry. Some way to fix it if necessary?
Kolbjoern
_______________________________________________
gnome-i18n mailing list
gnome-i18n gnome org
https://mail.gnome.org/mailman/listinfo/gnome-i18n