Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Merge branch 'master' into dev

Cette révision appartient à :
Austin 2017-05-12 21:33:17 -05:00 révisé par GitHub
révision 821dd32616
3 fichiers modifiés avec 7 ajouts et 2 suppressions

Voir le fichier

@ -21,7 +21,8 @@
</div> </div>
<div class="form-group"> <div class="form-group">
<label for="c">{{T "category"}}</label> <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_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_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> <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", "id": "all_categories",
"translation": "All categories" "translation": "All categories"
}, },
{
"id:": "select_a_torrent_category",
"translation": "Select a Torrent Category"
},
{ {
"id": "anime", "id": "anime",
"translation": "Anime" "translation": "Anime"

Voir le fichier

@ -341,7 +341,7 @@
}, },
{ {
"id": "uploading_file_prefills_fields", "id": "uploading_file_prefills_fields",
"translation": "Il est recommandé d'uploader un fichier torrent afin de pré-remplir certains champs." "translation": "Il est recommandé d'uploader un fichier torrent afin de préremplir certains champs."
}, },
{ {
"id": "magnet_link", "id": "magnet_link",