Skip to content

Commit

Permalink
Translation of word "FEEDBACK" updated (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
musmanmalik authored and xitij2000 committed Apr 1, 2019
1 parent e164367 commit 63992cb
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion poll/public/js/translations/es-419/textjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
django.catalog = {
"Answer": "Respuesta",
"Delete": "Eliminar",
"Feedback": "Feedback",
"Feedback": "Comentarios",
"Image URL": "URL de la imagen",
"Image alternative text": "Texto alternativo de la imagen",
"Question": "Pregunta",
Expand Down
2 changes: 1 addition & 1 deletion poll/public/js/translations/es_419/textjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
django.catalog = {
"Answer": "Respuesta",
"Delete": "Eliminar",
"Feedback": "Feedback",
"Feedback": "Comentarios",
"Image URL": "URL de la imagen",
"Image alternative text": "Texto alternativo de la imagen",
"Question": "Pregunta",
Expand Down
2 changes: 1 addition & 1 deletion poll/public/js/translations/pt-br/textjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
django.catalog = {
"Answer": "Resposta",
"Delete": "Excluir",
"Feedback": "Feedback",
"Feedback": "Comentários",
"Image URL": "URL da imagem",
"Image alternative text": "Texto alternativo da imagem",
"Question": "Pergunta",
Expand Down
2 changes: 1 addition & 1 deletion poll/public/js/translations/pt_br/textjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
django.catalog = {
"Answer": "Resposta",
"Delete": "Excluir",
"Feedback": "Feedback",
"Feedback": "Comentários",
"Image URL": "URL da imagem",
"Image alternative text": "Texto alternativo da imagem",
"Question": "Pergunta",
Expand Down
Binary file modified poll/translations/es_419/LC_MESSAGES/text.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion poll/translations/es_419/LC_MESSAGES/text.po
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ msgstr "\n"
#: poll/public/html/poll.html:52 poll/public/html/poll_edit.html:27
#: poll/public/html/survey.html:64
msgid "Feedback"
msgstr "Feedback"
msgstr "Comentarios"

#: poll/public/html/poll.html:64 poll/public/html/survey.html:73
msgid "View results"
Expand Down
2 changes: 1 addition & 1 deletion poll/translations/es_419/LC_MESSAGES/textjs.po
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ msgstr[1] "Resultados recopilados de {total} personas que respondieron."
#: poll/public/handlebars/poll_results.handlebars:37
#: poll/public/handlebars/survey_results.handlebars:46
msgid "Feedback"
msgstr "Feedback"
msgstr "Comentarios"

#: poll/public/handlebars/poll_studio.handlebars:6
msgid "move poll up"
Expand Down
Binary file modified poll/translations/pt_BR/LC_MESSAGES/text.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion poll/translations/pt_BR/LC_MESSAGES/text.po
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ msgstr "\n"
#: poll/public/html/poll.html:52 poll/public/html/poll_edit.html:27
#: poll/public/html/survey.html:64
msgid "Feedback"
msgstr "Feedback"
msgstr "Comentários"

#: poll/public/html/poll.html:64 poll/public/html/survey.html:73
msgid "View results"
Expand Down
2 changes: 1 addition & 1 deletion poll/translations/pt_BR/LC_MESSAGES/textjs.po
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ msgstr[1] "Resultados coletados de {total} respondentes."
#: poll/public/handlebars/poll_results.handlebars:37
#: poll/public/handlebars/survey_results.handlebars:46
msgid "Feedback"
msgstr "Feedback"
msgstr "Comentários"

#: poll/public/handlebars/poll_studio.handlebars:6
msgid "move poll up"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def package_data(pkg, roots):

setup(
name='xblock-poll',
version='1.8.3',
version='1.8.4',
description='An XBlock for polling users.',
packages=[
'poll',
Expand Down

0 comments on commit 63992cb

Please sign in to comment.