Re: No response on Damned lies



The warning icon means thar your language is not present in the po/LINGUAS file.

Just add it and commit the file :-)

Cheers!

2012/6/8 Kolbjørn Stuestøl <kolbjoern stuestoel no>
Den 07.06.2012 23:10, skreiv Gil Forcada:
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
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.

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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]