[Xfce4-commits] [apps/catfish] 01/01: Add 'translator-credits' string to po files (bug #15564)

noreply at xfce.org noreply at xfce.org
Mon Jul 22 19:52:19 CEST 2019


This is an automated email from the git hooks/post-receive script.

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/catfish.

commit aff52b3cf7b38da87d49d8dab3828319d4ac2a05
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Mon Jul 22 13:52:14 2019 -0400

    Add 'translator-credits' string to po files (bug #15564)
---
 catfish/AboutCatfishDialog.py | 3 +++
 po/catfish.pot                | 6 +++++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/catfish/AboutCatfishDialog.py b/catfish/AboutCatfishDialog.py
index 2c43244..2b0c30a 100644
--- a/catfish/AboutCatfishDialog.py
+++ b/catfish/AboutCatfishDialog.py
@@ -18,6 +18,8 @@
 
 import logging
 
+from locale import gettext as _
+
 from catfish_lib.AboutDialog import AboutDialog
 
 logger = logging.getLogger('catfish')
@@ -32,3 +34,4 @@ class AboutCatfishDialog(AboutDialog):
     def finish_initializing(self, builder):  # pylint: disable=E1002
         """Set up the about dialog"""
         super(AboutCatfishDialog, self).finish_initializing(builder)
+        self.set_translator_credits(_("translator-credits"))
diff --git a/po/catfish.pot b/po/catfish.pot
index 78ed131..66ffd7a 100644
--- a/po/catfish.pot
+++ b/po/catfish.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-07-22 13:32-0400\n"
+"POT-Creation-Date: 2019-07-22 13:50-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -433,6 +433,10 @@ msgstr ""
 msgid "Search results for \"%s\""
 msgstr ""
 
+#: ../catfish/AboutCatfishDialog.py:37
+msgid "translator-credits"
+msgstr ""
+
 #: ../catfish_lib/SudoDialog.py:138
 msgid "Password Required"
 msgstr ""

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list