diff options
author | Mark Sapiro <mark@msapiro.net> | 2022-03-28 16:55:20 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2022-03-28 16:55:20 -0700 |
commit | e6b397da3bc65da4408985d22fa938a077b2a027 (patch) | |
tree | d532adc6f1a8a23be699ee4bda93bd6d46b3b7c5 | |
parent | 9fe86146aaef6bb42a73e075050cd2865ef55910 (diff) | |
download | mailman2-e6b397da3bc65da4408985d22fa938a077b2a027.tar.gz mailman2-e6b397da3bc65da4408985d22fa938a077b2a027.tar.xz mailman2-e6b397da3bc65da4408985d22fa938a077b2a027.zip |
Fix German translation of Esperanto.
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | messages/de/LC_MESSAGES/mailman.po | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -14,6 +14,7 @@ Here is a history of user visible changes to Mailman. - A 500 Internal Server Error when requesting the options page for a non-member address on a list with private rosters is avoided. (LP: #1961762) + - The German translation of Esperanto is fixed. (LP: #1966685) 2.1.39 (13-Dec-2021) diff --git a/messages/de/LC_MESSAGES/mailman.po b/messages/de/LC_MESSAGES/mailman.po index 36316894..e54fc392 100755 --- a/messages/de/LC_MESSAGES/mailman.po +++ b/messages/de/LC_MESSAGES/mailman.po @@ -4577,7 +4577,7 @@ msgstr "Englisch (USA)" #: Mailman/Defaults.py:1809 msgid "Esperanto" -msgstr "Deutsch" +msgstr "Esperanto" # Mailman/Defaults.py:773 #: Mailman/Defaults.py:1810 |