-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathdevelop.html
47 lines (41 loc) · 1.44 KB
/
develop.html
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
---
layout: translated
translate:
title: Develop the Knit Editor
---
<div class="button-holder grid-whole padded centered">
<a class="button" href="#translate">{% t TRANSLATE %}</a>
<a class="button" href="#program">{% t PROGRAM %}</a>
</div>
<a name="translate"></a><h1 class="centered">{% t Translate %}</h1>
<div class="centered description">
<p>
{% t This video shows you how to translate <a href="https://github.com/fossasia/kniteditor/tree/master/kniteditor/localization/translations">the files</a>: %}
</p>
<p>
<iframe width="560" height="315"
src="https://www.youtube.com/embed/x5rGUqRWlK8" frameborder="0"
allowfullscreen>
</iframe>
</p>
<p>
{% t You can also translate <a href="https://github.com/fossasia/kniteditor/tree/gh-pages">this website</a>. %}
</p>
</div>
<a name="program"></a><h1 class="centered">{% translate Program %}</h1>
<div class="centered description">
<p>
{% t The Knit Editor is part of <a href="https://knitting.fossasia.org#kniteditor">FOSSASIAs knitting projects</a>. %}
</p>
<ul class="listing">
<li>
{% t Familiarize yourself with <a href="http://try.github.io">Github</a>. %}
</li>
<li>
{% t Watch the <a href="https://www.youtube.com/playlist?list=PL_bQhtrnWFA8skye4GpQ2Y8kEHxLwQKHY">development tutorials</a>. %}
</li>
<li>
{% t Work on <a href="https://waffle.io/fossasia/kniteditor">issues</a>. %}
</li>
</ul>
</div>