Skip to content

Commit

Permalink
feat(zanata): transition from Transifex to Zanata
Browse files Browse the repository at this point in the history
    - create an account and project on https://translate.zanata.org
    - replace the project links to Transifex with links to the
      project on Zanata

    [Finishes #166185770]
  • Loading branch information
richien committed Jun 6, 2019
1 parent 1fbbc81 commit 0feeaf6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions wger/core/templates/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@
</a>
</li>
<li>
<a href="https://www.transifex.com/rge/wger-workout-manager/">
<a href="https://translate.zanata.org/project/view/wger-space/">
<span class="fa fa-external-link" aria-hidden="true"></span>
{% trans "Translate with Transifex" %}
{% trans "Translate with Zanata" %}
</a>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion wger/core/templates/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
{% endfor %}
<li class="divider"></li>
<li>
<a href="https://www.transifex.com/rge/wger-workout-manager/">
<a href="https://translate.zanata.org/project/view/wger-space/">
<span class="{% fa_class 'plus' %}"></span>
{% trans "Translate" %}
</a>
Expand Down
2 changes: 1 addition & 1 deletion wger/core/templates/template_features.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
</a>
</li>
<li>
<a href="https://www.transifex.com/rge/wger-workout-manager/" title="{% trans 'Translate' %}">
<a href="https://translate.zanata.org/project/view/wger-space/" title="{% trans 'Translate' %}">
<span class="{% fa_class 'globe' %}"></span>
</a>
</li>
Expand Down
4 changes: 2 additions & 2 deletions wger/software/templates/contribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ <h4>{% trans "Translate" %}</h4>
<p>{% blocktrans %}Do you want to use wger in your own language?
Do you think the current translation could be improved?
The translations are easily managed and edited online, if you are interested,
go to the transifex site, request access and we will set everything
go to the zanata site, request access and we will set everything
up. {% endblocktrans %}</p>

<a class="btn btn-default"
href="https://www.transifex.com/rge/wger-workout-manager/">{% trans "Translate with Transifex" %} »</a>
href="https://translate.zanata.org/project/view/wger-space/">{% trans "Translate with Zanata" %} »</a>
</div>
</div>

Expand Down

0 comments on commit 0feeaf6

Please sign in to comment.