Skip to content

Commit bd851d3

Browse files
committed
Set up translation guide
1 parent 7344000 commit bd851d3

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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+

themes/vocabulary_theme/templates/layout.html

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
['/contributing-code/github-repo-guidelines', 'GitHub Repo Guidelines'],
8181
['/contributing-code/repo-labels', 'Repository Labels'],
8282
['/contributing-code/python-guidelines', 'Python Guidelines'],
83+
['/contributing-code/translation-guide', 'Translation Guide'],
8384
['/contributing-code/usability', 'Usability'],
8485
] %}
8586
<a class="navbar-item" href="{{ href|url }}">{{ title }}</a>

themes/vocabulary_theme/templates/page-with-toc.html

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ <h1>{{ this.title }}</h1>
3434
<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>
3535
<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>
3636
<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>
3738
</ul>
3839
</li>
3940
<hr class="divider">

0 commit comments

Comments
 (0)