------------------------------------------------------------
revno: 1777
fixes bug: https://launchpad.net/bugs/1777342
committer: Mark Sapiro <m...@msapiro.net>
branch nick: 2.1
timestamp: Sun 2018-06-17 12:31:31 -0700
message:
  Fixed an erroneously translated '# -*- coding:' line in Russian message 
catalog.
modified:
  NEWS
  messages/ru/LC_MESSAGES/mailman.po


--
lp:mailman/2.1
https://code.launchpad.net/~mailman-coders/mailman/2.1

Your team Mailman Checkins is subscribed to branch lp:mailman/2.1.
To unsubscribe from this branch go to 
https://code.launchpad.net/~mailman-coders/mailman/2.1/+edit-subscription
=== modified file 'NEWS'
--- NEWS	2018-06-17 19:26:36 +0000
+++ NEWS	2018-06-17 19:31:31 +0000
@@ -58,6 +58,9 @@
     - A partial Esperanto translation has been added.  Thanks to
       Rubn Fernndez Asensio.
 
+    - Fixed a '# -*- coding:' line in the Russian message catalog that was
+      mistakenly translated to Russian.  (LP: #1777342)
+
   Bug fixes and other patches
 
     - Some messages from bin/arch were not issued in the charset of the system

=== modified file 'messages/ru/LC_MESSAGES/mailman.po'
--- messages/ru/LC_MESSAGES/mailman.po	2018-06-17 19:26:36 +0000
+++ messages/ru/LC_MESSAGES/mailman.po	2018-06-17 19:31:31 +0000
@@ -10282,7 +10282,7 @@
 "## captured on %(when)s\n"
 msgstr ""
 "# -*- python -*-\n"
-"# -*- кодировка: %(charset)s -*-\n"
+"# -*- coding: %(charset)s -*-\n"
 "## параметры списка рассылки \"%(listname)s\"\n"
 "## данные собраны %(when)s\n"
 

_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to