diff --git a/translations/ar.json b/translations/ar.json index c8643c31..1812c545 100644 --- a/translations/ar.json +++ b/translations/ar.json @@ -190,5 +190,6 @@ "Question": "Question", "Enter your question": "Enter your question", "Enter the choices for your question below.": "Enter the choices for your question below.", - "Ask a question": "Ask a question" + "Ask a question": "Ask a question", + "Possible answers": "Possible answers" } diff --git a/translations/ca.json b/translations/ca.json index 5a6307d8..21d136a1 100644 --- a/translations/ca.json +++ b/translations/ca.json @@ -190,5 +190,6 @@ "Question": "Question", "Enter your question": "Enter your question", "Enter the choices for your question below.": "Enter the choices for your question below.", - "Ask a question": "Ask a question" + "Ask a question": "Ask a question", + "Possible answers": "Possible answers" } diff --git a/translations/cy.json b/translations/cy.json index e081cb6d..848a64c9 100644 --- a/translations/cy.json +++ b/translations/cy.json @@ -190,5 +190,6 @@ "Question": "Question", "Enter your question": "Enter your question", "Enter the choices for your question below.": "Enter the choices for your question below.", - "Ask a question": "Ask a question" + "Ask a question": "Ask a question", + "Possible answers": "Possible answers" } diff --git a/translations/de.json b/translations/de.json index eae58694..4f67ac24 100644 --- a/translations/de.json +++ b/translations/de.json @@ -190,5 +190,6 @@ "Question": "Question", "Enter your question": "Enter your question", "Enter the choices for your question below.": "Enter the choices for your question below.", - "Ask a question": "Ask a question" + "Ask a question": "Ask a question", + "Possible answers": "Possible answers" } diff --git a/translations/en.json b/translations/en.json index 8fe64a6a..104fac29 100644 --- a/translations/en.json +++ b/translations/en.json @@ -190,5 +190,6 @@ "Question": "Question", "Enter your question": "Enter your question", "Enter the choices for your question below.": "Enter the choices for your question below.", - "Ask a question": "Ask a question" + "Ask a question": "Ask a question", + "Possible answers": "Possible answers" } diff --git a/translations/es.json b/translations/es.json index 40dc02f9..45e5dc80 100644 --- a/translations/es.json +++ b/translations/es.json @@ -190,5 +190,6 @@ "Question": "Question", "Enter your question": "Enter your question", "Enter the choices for your question below.": "Enter the choices for your question below.", - "Ask a question": "Ask a question" + "Ask a question": "Ask a question", + "Possible answers": "Possible answers" } diff --git a/translations/fr.json b/translations/fr.json index 130f00ea..4e545c94 100644 --- a/translations/fr.json +++ b/translations/fr.json @@ -190,5 +190,6 @@ "Question": "Question", "Enter your question": "Enter your question", "Enter the choices for your question below.": "Enter the choices for your question below.", - "Ask a question": "Ask a question" + "Ask a question": "Ask a question", + "Possible answers": "Possible answers" } diff --git a/translations/ga.json b/translations/ga.json index 8c7c8f04..d3ecb1bb 100644 --- a/translations/ga.json +++ b/translations/ga.json @@ -190,5 +190,6 @@ "Question": "Question", "Enter your question": "Enter your question", "Enter the choices for your question below.": "Enter the choices for your question below.", - "Ask a question": "Ask a question" + "Ask a question": "Ask a question", + "Possible answers": "Possible answers" } diff --git a/translations/hi.json b/translations/hi.json index da30a65a..668aa3a1 100644 --- a/translations/hi.json +++ b/translations/hi.json @@ -190,5 +190,6 @@ "Question": "Question", "Enter your question": "Enter your question", "Enter the choices for your question below.": "Enter the choices for your question below.", - "Ask a question": "Ask a question" + "Ask a question": "Ask a question", + "Possible answers": "Possible answers" } diff --git a/translations/it.json b/translations/it.json index d0f81b8e..b37e8396 100644 --- a/translations/it.json +++ b/translations/it.json @@ -190,5 +190,6 @@ "Question": "Question", "Enter your question": "Enter your question", "Enter the choices for your question below.": "Enter the choices for your question below.", - "Ask a question": "Ask a question" + "Ask a question": "Ask a question", + "Possible answers": "Possible answers" } diff --git a/translations/ja.json b/translations/ja.json index 84b0b1df..c99aa69e 100644 --- a/translations/ja.json +++ b/translations/ja.json @@ -190,5 +190,6 @@ "Question": "Question", "Enter your question": "Enter your question", "Enter the choices for your question below.": "Enter the choices for your question below.", - "Ask a question": "Ask a question" + "Ask a question": "Ask a question", + "Possible answers": "Possible answers" } diff --git a/translations/oc.json b/translations/oc.json index 2c2b2abe..d23c7ccc 100644 --- a/translations/oc.json +++ b/translations/oc.json @@ -186,5 +186,6 @@ "Question": "Question", "Enter your question": "Enter your question", "Enter the choices for your question below.": "Enter the choices for your question below.", - "Ask a question": "Ask a question" + "Ask a question": "Ask a question", + "Possible answers": "Possible answers" } diff --git a/translations/pt.json b/translations/pt.json index bc3ddcdd..70890b8d 100644 --- a/translations/pt.json +++ b/translations/pt.json @@ -190,5 +190,6 @@ "Question": "Question", "Enter your question": "Enter your question", "Enter the choices for your question below.": "Enter the choices for your question below.", - "Ask a question": "Ask a question" + "Ask a question": "Ask a question", + "Possible answers": "Possible answers" } diff --git a/translations/ru.json b/translations/ru.json index c88257f4..e9939a10 100644 --- a/translations/ru.json +++ b/translations/ru.json @@ -190,5 +190,6 @@ "Question": "Question", "Enter your question": "Enter your question", "Enter the choices for your question below.": "Enter the choices for your question below.", - "Ask a question": "Ask a question" + "Ask a question": "Ask a question", + "Possible answers": "Possible answers" } diff --git a/translations/zh.json b/translations/zh.json index bfc08250..5edc2e8e 100644 --- a/translations/zh.json +++ b/translations/zh.json @@ -190,5 +190,6 @@ "Question": "Question", "Enter your question": "Enter your question", "Enter the choices for your question below.": "Enter the choices for your question below.", - "Ask a question": "Ask a question" + "Ask a question": "Ask a question", + "Possible answers": "Possible answers" } diff --git a/webinterface.py b/webinterface.py index d40c6017..5f2614f6 100644 --- a/webinterface.py +++ b/webinterface.py @@ -980,6 +980,7 @@ def htmlNewPost(translate: {},baseDir: str, \ placeholderMessage=translate['Enter your question']+'...' endpoint='newquestion' extraFields='