Albirew/nyaa-pantsu
Albirew
/
nyaa-pantsu
Archivé
1
0
Bifurcation 0

Merge pull request #846 from mitki/translation

Footer translation
Cette révision appartient à :
akuma06 2017-05-30 14:18:55 +02:00 révisé par GitHub
révision 13a6c9bc25
3 fichiers modifiés avec 19 ajouts et 3 suppressions

Voir le fichier

@ -73,8 +73,8 @@
<footer id="footer">
<div class="container footer center">
<div class="footer-opt">
<button class="form-input btn" id="mascotKeepHide" onclick="toggleMascot(this)" value="hide"><span class="oi" data-glyph="eye"></span> Mascot</button>
<p><a href="/settings">Change Settings</a></p>
<button class="form-input btn" id="mascotKeepHide" onclick="toggleMascot(this)" value="hide"><span class="oi" data-glyph="eye"></span> {{ call $.T "mascot" }}</button>
<p><a href="/settings">{{ call $.T "change_settings" }}</a></p>
</div>
<span><i>Powered by <a href="#">NyaaPantsu</a></i></span>
@ -84,4 +84,4 @@
<script type="text/javascript" charset="utf-8" src="{{.URL.Parse "/js/main.js"}}?v=3"></script>
{{ block "footer_js" .}}{{end}}
</body>
</html>
</html>

Voir le fichier

@ -971,6 +971,14 @@
"id": "torrent_nav_deleted",
"translation": "Torrents deleted"
},
{
"id": "change_settings",
"translation": "Change Settings"
},
{
"id": "mascot",
"translation": "Mascot"
},
{
"id": "theme",
"translation": "Theme"

Voir le fichier

@ -971,6 +971,14 @@
"id": "torrent_nav_deleted",
"translation": "Torrents deletados"
},
{
"id": "change_settings",
"translation": "Alterar Configurações"
},
{
"id": "mascot",
"translation": "Mascote"
},
{
"id": "theme",
"translation": "Tema"