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

Merge pull request #948 from MMP0/patch-7

Fix translation IDs
Cette révision appartient à :
akuma06 2017-06-06 22:21:23 +02:00 révisé par GitHub
révision 9021b9049b
3 fichiers modifiés avec 12 ajouts et 28 suppressions

Voir le fichier

@ -43,11 +43,11 @@
<a href="{{ genRoute "mod_index" }}"><img class="hide-md" src="/img/{{if Sukebei}}sukebei_logo.png{{else}}logo.png{{end}}" alt="NyaaPantsu"><img class="visible-md" src="/img/logo_s.png"/></a>
</div>
<div class="h-nav">
<a href="{{.URL.Parse "/"}}" class="nav-btn">{{call $.T "Nyaa Pantsu"}}</a>
<a href="{{ genRoute "mod_tlist"}}" class="nav-btn">{{call $.T "Torrents"}}</a>
<a href="{{ genRoute "mod_ulist"}}" class="nav-btn">{{call $.T "Users"}}</a>
<a href="{{ genRoute "mod_clist"}}" class="nav-btn">{{call $.T "Comments"}}</a>
<a href="{{ genRoute "mod_trlist"}}" class="nav-btn">{{call $.T "Torrent Reports"}}</a>
<a href="{{.URL.Parse "/"}}" class="nav-btn">{{call $.T "nyaa_pantsu"}}</a>
<a href="{{ genRoute "mod_tlist"}}" class="nav-btn">{{call $.T "torrents"}}</a>
<a href="{{ genRoute "mod_ulist"}}" class="nav-btn">{{call $.T "users"}}</a>
<a href="{{ genRoute "mod_clist"}}" class="nav-btn">{{call $.T "comments"}}</a>
<a href="{{ genRoute "mod_trlist"}}" class="nav-btn">{{call $.T "torrent_reports"}}</a>
<a href="{{ genRoute "mod_treassign" }}" class="nav-btn">Torrent Reassign</a>
</div>
</div>
@ -95,4 +95,4 @@
<script type="text/javascript" charset="utf-8" src="{{.URL.Parse "/js/main.js"}}?v={{ .Config.Version }}" async></script>
{{ block "footer_js" .}}{{end}}
</body>
</html>
</html>

Voir le fichier

@ -976,23 +976,15 @@
"translation": "Hide"
},
{
"id": "Nyaa Pantsu",
"id": "nyaa_pantsu",
"translation": "Nyaa Pantsu"
},
{
"id": "Torrents",
"translation": "Torrents"
},
{
"id": "Users",
"id": "users",
"translation": "Users"
},
{
"id": "Comments",
"translation": "Comments"
},
{
"id": "Torrent Reports",
"id": "torrent_reports",
"translation": "Torrent Reports"
},
{

Voir le fichier

@ -892,23 +892,15 @@
"translation": "Annuler"
},
{
"id": "Nyaa Pantsu",
"id": "nyaa_pantsu",
"translation": "Pantsu"
},
{
"id": "Torrents",
"translation": "Torrents"
},
{
"id": "Users",
"id": "users",
"translation": "Utilisateurs"
},
{
"id": "Comments",
"translation": "Commentaires"
},
{
"id": "Torrent Reports",
"id": "torrent_reports",
"translation": "Signalements de torrents"
},
{