Locale changes

This commit is contained in:
Aarni Halinen
2022-01-13 00:08:12 +02:00
parent 4a530826a8
commit 86a65e4680
5 changed files with 7 additions and 9 deletions
Binary file not shown.
+3 -5
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-01-12 23:55+0200\n"
"POT-Creation-Date: 2022-01-13 00:07+0200\n"
"PO-Revision-Date: 2017-11-02 23:09+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -1101,10 +1101,8 @@ msgid "Challenge"
msgstr "Challenge"
#: ohlhafv/views.py:44
#, fuzzy
#| msgid "Sinut on haastettu Øhlhäfviin!"
msgid "Sinut on haastettu Ohlhäfviin!"
msgstr "You have been challenged at Ohlhafv!"
msgid "You have been challenged at Ohlhafv!"
msgstr ""
#: templates/admin/base_site.html:44
msgid "Go"
Binary file not shown.
+3 -3
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-01-12 23:55+0200\n"
"POT-Creation-Date: 2022-01-13 00:07+0200\n"
"PO-Revision-Date: 2017-11-02 23:04+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -1077,8 +1077,8 @@ msgid "Challenge"
msgstr "Haasta"
#: ohlhafv/views.py:44
msgid "Sinut on haastettu Øhlhäfviin!"
msgstr ""
msgid "You have been challenged at Ohlhafv!"
msgstr "Sinut on haastettu Øhlhäfviin!"
#: templates/admin/base_site.html:44
msgid "Go"
+1 -1
View File
@@ -41,7 +41,7 @@ def ohlhafv_submit(request, *args, **kwargs):
email = form.cleaned_data.get('victim_email', '')
url = f'https://{URL}/ohlhafv/list'
subject = _('Sinut on haastettu Ohlhäfviin!')
subject = _('You have been challenged at Ohlhafv!')
email_body = render_to_string(
'ohlhafv:email.html', {