summaryrefslogtreecommitdiff
path: root/eb/d70c99f97b0484160773cf2576998494f4dd18
blob: e9244b8818f58d4e9f7379139cf1e4c98a92d626 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
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 <nils@nilsschneider.net>) 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 <bitcoin-development@lists.sourceforge.net>;
	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 <bitcoin-development@lists.sourceforge.net>;
	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 <nils@nilsschneider.net>
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: <CABsx9T2eCpxqzbd0PmWJxCDFLHwOix2BOYp+APQGMZYh_O+R4g@mail.gmail.com>
In-Reply-To: <CABsx9T2eCpxqzbd0PmWJxCDFLHwOix2BOYp+APQGMZYh_O+R4g@mail.gmail.com>
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: <bitcoin-development.lists.sourceforge.net>
List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
	<mailto:bitcoin-development-request@lists.sourceforge.net?subject=unsubscribe>
List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum_name=bitcoin-development>
List-Post: <mailto:bitcoin-development@lists.sourceforge.net>
List-Help: <mailto:bitcoin-development-request@lists.sourceforge.net?subject=help>
List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
	<mailto:bitcoin-development-request@lists.sourceforge.net?subject=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.