diff --git a/translations/cy.json b/translations/cy.json index 37d27f794..b4635fce1 100644 --- a/translations/cy.json +++ b/translations/cy.json @@ -136,5 +136,6 @@ "Mod": "Cym", "Approve follow requests": "Cymeradwyo dilyn ceisiadau", "Page down": "Tudalen lawr", - "Page up": "Tudalen i fyny" + "Page up": "Tudalen i fyny", + "Vote": "Vote" } diff --git a/translations/de.json b/translations/de.json index b455e442c..776c77887 100644 --- a/translations/de.json +++ b/translations/de.json @@ -136,5 +136,6 @@ "Mod": "Mod", "Approve follow requests": "Follow-Anfragen genehmigen", "Page down": "Bild runter", - "Page up": "Bild auf" + "Page up": "Bild auf", + "Vote": "Vote" } diff --git a/translations/en.json b/translations/en.json index 832bebe81..3792e3e34 100644 --- a/translations/en.json +++ b/translations/en.json @@ -136,5 +136,6 @@ "Mod": "Mod", "Approve follow requests": "Approve follow requests", "Page down": "Page down", - "Page up": "Page up" + "Page up": "Page up", + "Vote": "Vote" } diff --git a/translations/es.json b/translations/es.json index cb5823e99..789692c4c 100644 --- a/translations/es.json +++ b/translations/es.json @@ -136,5 +136,6 @@ "Mod": "Mod", "Approve follow requests": "Aprobar seguir solicitudes", "Page down": "Página abajo", - "Page up": "Página arriba" + "Page up": "Página arriba", + "Vote": "Vote" } diff --git a/translations/fr.json b/translations/fr.json index a6509e8fb..0ae615cd5 100644 --- a/translations/fr.json +++ b/translations/fr.json @@ -136,5 +136,6 @@ "Mod": "Mod", "Approve follow requests": "Approuver les demandes de suivi", "Page down": "Bas de page", - "Page up": "Haut de page" + "Page up": "Haut de page", + "Vote": "Vote" } diff --git a/translations/ga.json b/translations/ga.json index 744f69ce0..0ef9e8d7a 100644 --- a/translations/ga.json +++ b/translations/ga.json @@ -136,5 +136,6 @@ "Mod": "Mod", "Approve follow requests": "Iarratais a leanúint a cheadú", "Page down": "Leathanach Síos", - "Page up": "Leathanach suas" + "Page up": "Leathanach suas", + "Vote": "Vote" } diff --git a/translations/it.json b/translations/it.json index 50634ebb8..cf7ec876d 100644 --- a/translations/it.json +++ b/translations/it.json @@ -136,5 +136,6 @@ "Mod": "Mod", "Approve follow requests": "Approvare seguire le richieste", "Page down": "Pagina giù", - "Page up": "Pagina su" + "Page up": "Pagina su", + "Vote": "Vote" } diff --git a/webinterface.py b/webinterface.py index 44c0e8a82..ef64eabae 100644 --- a/webinterface.py +++ b/webinterface.py @@ -1405,7 +1405,7 @@ def insertQuestion(translate: {}, \ if not choice.get('name'): continue content+=' '+choice['name']+'

' - content+='

' + content+='

' content+='' return content