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
|
<html>
<head>
<title>Tips for new translators</title>
<link rel="stylesheet" type="text/css"
href="/+icing/yui/cssreset/reset.css" />
<link rel="stylesheet" type="text/css"
href="/+icing/yui/cssfonts/fonts.css" />
<link rel="stylesheet" type="text/css"
href="/+icing/yui/cssbase/base.css" />
</head>
<body>
<h1>Tips for new translators</h1>
<p>
If you're new to translating using Launchpad, there are a few things you
might find it useful to know.
</p>
<ul>
<li>
You can <a href="/people/+me/+editlanguages" target="_blank">tell
Launchpad which languages you prefer to work in</a>.
</li>
<li>
You can help any of hundreds of projects that use Launchpad to
translate their software. Also, you can help translate distributions,
such as Ubuntu.
</li>
<li>
Each project/distribution decides how to balance openness with the
need for review of translations by selecting a <a
href="/+help-translations/permissions-policies.html">permissions policy</a>. For
most projects, you'll be able to suggest translations that will then
be reviewed by someone else.
</li>
</ul>
<p>
<a href="https://help.launchpad.net/Translations/StartingToTranslate"
target="_blank">read more about translating in Launchpad ></a>
</p>
</body>
</html>
|