rygel is a new s/w for me. so far no tamil translations.
so i download ta.po from net and work on it
i try to commit. what worked for caribou did not work here.
how to solve this not on any branch?
regards
tv

--
d...@narayana:~$ cd git/rygel/po
d...@narayana:~/git/rygel/po$ cd ..
d...@narayana:~/git/rygel$ git config remote.origin.url ssh://
vasude...@git.gnome.org/git/rygel
d...@narayana:~/git/rygel$ cd po
d...@narayana:~/git/rygel/po$ git add ta.po
d...@narayana:~/git/rygel/po$ git status
# Not currently on any branch.
# Changes to be committed:
#   (use "git reset HEAD <file>..." to unstage)
#
#    new file:   ta.po
#
# Changed but not updated:
#   (use "git add <file>..." to update what will be committed)
#   (use "git checkout -- <file>..." to discard changes in working
directory)
#
#    modified:   LINGUAS
#
d...@narayana:~/git/rygel/po$ git commit -m "Added ta translation" LINGUAS
ta.po[detached HEAD 438eab8] Added ta translation
 2 files changed, 836 insertions(+), 0 deletions(-)
 create mode 100755 po/ta.po
d...@narayana:~/git/rygel/po$ git commit -m "Added Tamil translation" ta.po
# Not currently on any branch.
nothing to commit (working directory clean)
d...@narayana:~/git/rygel/po$



-- 
http://www.swaminathar.org/
http://aanmikamforyouth.blogspot.com/
_______________________________________________
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n

Reply via email to