Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Merge pull request #400 from yiiTT/master

Set default upload category to none. Translation update required
Cette révision appartient à :
PantsuDev 2017-05-13 12:23:44 +10:00 révisé par GitHub
révision c2b8cdfc68
2 fichiers modifiés avec 6 ajouts et 1 suppressions

Voir le fichier

@ -21,7 +21,8 @@
</div>
<div class="form-group">
<label for="c">{{T "category"}}</label>
<select name="c" class="form-control input-sm">
<select name="c" class="form-control input-sm" required>
<option value="">{{T "select_a_torrent_category"}}</option>
<option value="3_12" {{if eq .Category "3_12"}}selected{{end}}>{{T "anime_amv"}}</option>
<option value="3_5" {{if eq .Category "3_5"}}selected{{end}}>{{T "anime_english_translated"}}</option>
<option value="3_13" {{if eq .Category "3_13"}}selected{{end}}>{{T "anime_non_english_translated"}}</option>

Voir le fichier

@ -351,6 +351,10 @@
"id": "all_categories",
"translation": "All categories"
},
{
"id:": "select_a_torrent_category",
"translation": "Select a Torrent Category"
},
{
"id": "anime",
"translation": "Anime"