File tree 3 files changed +12
-0
lines changed
content/contributing-code/translation-guide
themes/vocabulary_theme/templates
3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change
1
+ _ model: page
2
+ ---
3
+ _ template: page-with-toc.html
4
+ ---
5
+ title: Translation Guide
6
+ ---
7
+ description: Our translation files are hosted and managed on [ Transifex] ( https://www.transifex.com ) . It's very easy to sign up for an account and start translation CC services into another language.
8
+ ---
9
+ body:
10
+
Original file line number Diff line number Diff line change 80
80
['/contributing-code/github-repo-guidelines', 'GitHub Repo Guidelines'],
81
81
['/contributing-code/repo-labels', 'Repository Labels'],
82
82
['/contributing-code/python-guidelines', 'Python Guidelines'],
83
+ ['/contributing-code/translation-guide', 'Translation Guide'],
83
84
['/contributing-code/usability', 'Usability'],
84
85
] %}
85
86
< a class ="navbar-item " href ="{{ href|url }} "> {{ title }}</ a >
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ <h1>{{ this.title }}</h1>
34
34
< li > < a class ="{% if this.path == '/contributing-code/github-repo-guidelines' %} is-active {% endif%} link " href ="{{ '/contributing-code/github-repo-guidelines'|url }} "> < i class ="icon circle-filled "> </ i > Github Repo Guidelines</ a > </ li >
35
35
< li > < a class ="{% if this.path == '/contributing-code/repo-labels' %} is-active {% endif%} link " href ="{{ '/contributing-code/repo-labels'|url }} "> < i class ="icon circle-filled "> </ i > Repository Labels</ a > </ li >
36
36
< li > < a class ="{% if this.path == '/contributing-code/python-guidelines' %} is-active {% endif%} link " href ="{{ '/contributing-code/python-guidelines'|url }} "> < i class ="icon circle-filled "> </ i > Python Guidelines</ a > </ li >
37
+ < li > < a class ="{% if this.path == '/contributing-code/translation-guide' %} is-active {% endif%} link " href ="{{ '/contributing-code/translation-guide'|url }} "> < i class ="icon circle-filled "> </ i > Translation Guide</ a > </ li >
37
38
</ ul >
38
39
</ li >
39
40
< hr class ="divider ">
You can’t perform that action at this time.
0 commit comments