Re: Need help to commit translations



On Thu, Aug 26, 2010 at 6:27 AM, Baurzhan Muftakhidinov
<baurthefirst gmail com> wrote:
>
>
> 2010/8/25 Andika Triwidada <andika gmail com>
>>
>>
>> On Wed, Aug 25, 2010 at 8:44 PM, Kjartan Maraas <kmaraas broadpark no>
>> wrote:
>>>
>>> on., 18.08.2010 kl. 15.45 +0600, skrev Baurzhan Muftakhidinov:
>>> > Hi all!
>>> >
>>> > Please commit following translations:
>>> >
>>> > 1) http://l10n.gnome.org/vertimus/ekiga/master/po/kk
>>> > 2) http://l10n.gnome.org/vertimus/empathy/master/po/kk
>>> > 3) http://l10n.gnome.org/vertimus/evince/master/po/kk
>>> > 4) http://l10n.gnome.org/vertimus/gnome-terminal/master/po/kk
>>> > 5) http://l10n.gnome.org/vertimus/nautilus/gnome-2-32/po/kk
>>> >
>>> I gather you got those commited yourself from looking at ekiga and
>>> empathy?
>>>
>>> Cheers
>>> Kjartan
>>>
>>
>> git show --pretty=full 29ccfaf0090f311a83b09533d0416938d4d19aca|head
>> commit 29ccfaf0090f311a83b09533d0416938d4d19aca
>> Author: Baurzhan Muftakhidinov <baurthefirst gmail com>
>> Commit: Simos Xenitellis <simos gnome org>
>>
>>     l10n: Added Kazakh translation for ekiga
>>
>> diff --git a/po/kk.po b/po/kk.po
>> new file mode 100644
>> index 0000000..c4c3eae
>> --- /dev/null
>>
>
> Hi,
>
> Yes, Simos helped me with commiting.
>
> Thanks.
>
> PS: Now I have my own account, so I will commit translations by myself, I
> hope;)
>

I'ld like to add here that if it takes too long to clone GNOME
repositories, you can
1. Grab this file,
http://simos.info/GNOME232-2010-08-32.zip (1.8GB)
using your favorite download manager. It was created a few days ago.
2. Uncompress it. You get 'anonymous' clones which you prepare them in
the following step.
3. Now, let's say you want to prepare the 'zenity' repository:

$ cd zenity/
$ git config remote.origin.url ssh://MYUSERNAME git gnome org/git/MODULENAME
(MYUSERNAME: your git account name, MODULENAME: here it's 'zenity')
$ git reset --hard
HEAD is now at 42da5b8 Updated Bulgarian translation
$ git up
remote: Counting objects: 15, done.
remote: Compressing objects: 100% (9/9), done.
remote: Total 9 (delta 7), reused 0 (delta 0)
Unpacking objects: 100% (9/9), done.
>From ssh://git.gnome.org/git/zenity
   42da5b8..9b03bfc  master     -> origin/master
First, rewinding head to replay your work on top of it...
Fast-forwarded master to 9b03bfc2ecfc666b0d5695465213ce77f15a78d3.
$ _

Now you have a copy of the latest zenity repository.
It is exactly the same thing you get if you run

$ git clone ssh://MYUSERNAME git gnome org/git/MODULENAME

You then keep this repository and whether you want to commit a future
translation, you update the repository with 'git up' and perform the
commit tasks as described in the GIT HowTo.

Simos


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