Received: from sog-mx-1.v43.ch3.sourceforge.com ([172.29.43.191] helo=mx.sourceforge.net) by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1RHZAi-0007Np-5y for bitcoin-development@lists.sourceforge.net; Sat, 22 Oct 2011 10:51:24 +0000 Received-SPF: pass (sog-mx-1.v43.ch3.sourceforge.com: domain of nilsschneider.net designates 217.11.48.105 as permitted sender) client-ip=217.11.48.105; envelope-from=nils@nilsschneider.net; helo=ngcobalt05.manitu.net; Received: from ngcobalt05.manitu.net ([217.11.48.105]) by sog-mx-1.v43.ch3.sourceforge.com with esmtp (Exim 4.76) id 1RHZAg-0006Pt-NO for bitcoin-development@lists.sourceforge.net; Sat, 22 Oct 2011 10:51:24 +0000 Received: from ngcobalt05.manitu.net (localhost [127.0.0.1]) by ngcobalt05.manitu.net (8.10.2/8.10.2) with ESMTP id p9MApHg17736 for ; Sat, 22 Oct 2011 12:51:17 +0200 X-manitu-Original-Sender-IP: 127.0.0.1 X-manitu-Original-Receiver-Name: ngcobalt05.manitu.net Received: from [192.168.97.167] (static-ip-188-138-99-157.inaddr.ip-pool.com [188.138.99.157]) (Authenticated sender: u8956) by ngcobalt05.manitu.net (Postfix) with ESMTPSA id E978E5B46D3 for ; Sat, 22 Oct 2011 12:51:16 +0200 (CEST) Message-ID: <4EA2A023.5000603@nilsschneider.net> Date: Sat, 22 Oct 2011 12:51:15 +0200 From: Nils Schneider User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: bitcoin-development@lists.sourceforge.net References: In-Reply-To: X-Enigmail-Version: 1.4a1pre Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: -1.5 (-) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. -1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for sender-domain -0.0 SPF_PASS SPF: sender matches SPF record X-Headers-End: 1RHZAg-0006Pt-NO Subject: Re: [Bitcoin-development] Help wanted: translations X-BeenThere: bitcoin-development@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2011 10:51:24 -0000 > And is anybody willing to take the job of coordinating translation > efforts, figuring out if Transifex is a good tool to use, and writing > some documentation to make it easy for people to create and submit new > translations? I have exported all .ts to transifex. https://www.transifex.net/projects/p/bitcoin/resource/tx/ I'm now trying to figure out how to use it but it looks like tx pull && git add src/qt/locale/* && git commit src/qt/locale/ && git push will be all that's needed to push translation updates from transifex to github.