Re: [qet] qet/qet: [5951] Update Greek TS |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Le jeudi 26 mars 2020, 21:20:23 CET Yannis Gyftomitros a écrit :
> Στις 26/3/20 10:11 μ.μ., ο subversion@xxxxxxxxxxxxx έγραψε:
> > Revision: 5951
> > Author: aitolos
> > Date: 2020-03-26 21:10:59 +0100 (Thu, 26 Mar 2020)
> > Log Message:
> > -----------
> > Update Greek TS
> >
> > Modified Paths:
> > --------------
> >
> > trunk/lang/qet_el.qm
> > trunk/lang/qet_el.ts
>
> I download the files from git, but I can't upload it there.
> Someone to move it there..
> Thanks
> Yannis
Hello Yannis,
thanks I moved files to GIT.
For translators, and other contributors :
git clone ssh://aitolos@xxxxxxxxxxxxxxxxx/gitroot/qet/qet.git
Now you have a local GIT repository on your machine:
Translate your TS file, save it, and publish it in linguist program as you did
before for SVN.
Refresh your local directory to server change before push files:
git pull
See files who have changed.
git status
Add your changes in lang/ folder :
git add qet_hu.ts qet_hu.qm
Commit your change :
git commit -v
It's open nano/vim etc in terminal write commit message and save.
Push your commit to master branch
git push
Enjoy! ;-)
Laurent