-
Notifications
You must be signed in to change notification settings - Fork 21
/
help.php
26 lines (25 loc) · 1.08 KB
/
help.php
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
<!DOCTYPE HTML>
<html>
<head>
<title>Translate the oath</title>
<meta charset="utf-8" />
<link type="text/css" rel="stylesheet" href="typography.css" />
<link rel="shortcut icon" href="script.png" />
</head>
<body>
<div class="world">
<h1>Translate the oath</h1>
<p><strong>Thank you</strong> for your interest in helping us translate the oath
to your native language.</p>
<p>To begin, <a href="https://github.com/dionyziz/oath">fork me on GitHub</a>.<br />
Afterwards,
create a new file in the lang folder for your language
(perhaps copying en.php), translate it, and issue a pull request.</p>
</div>
<ul>
<li>Swedish translation by <strong>André Maguire</strong></li>
<li>German translation by <strong>Andreas E. Mueller</strong></li>
<li>Original Greek/English language versions provided by <strong>Dionysis Zindros</strong></li>
</ul>
</body>
</html>