maposmatic-dev
[Top][All Lists]
Advanced

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

Re: [Maposmatic-dev] Website translation update requested


From: Jeroen van Rijn
Subject: Re: [Maposmatic-dev] Website translation update requested
Date: Mon, 11 Jan 2010 15:09:44 +0100

Hi again,

I skipped a step :(

cd /where/you/have/maposmatic
poedit www/locale/pt_BR/LC_MESSAGES/django.po

you have your updated translation now

git branch translation
git checkout translation
git add www/locale/pt_BR/LC_MESSAGES/django.po
git commit
  type a commit message

it's now in your local git repository in its own branch

git format-patch master..translation > patch

send off the patch :)

I use a slight variation on this with git send-email.

make sure to 'git checkout master' before pulling updates from the
official repository.

>
> --
> "That's like saying that a squirrel is 48% juicier than an orange -
> maybe it's true, but anybody who puts the two in a blender to compare
> them is kind of sick." -- Linus Torvalds
>



-- 
"That's like saying that a squirrel is 48% juicier than an orange -
maybe it's true, but anybody who puts the two in a blender to compare
them is kind of sick." -- Linus Torvalds




reply via email to

[Prev in Thread] Current Thread [Next in Thread]