Daniel Brötzmann pushed to branch master at gajim / gajim


Commits:
9df1cbcd by Daniel Brötzmann at 2021-03-16T11:15:35+01:00
Profile: Add translation hints for menu entries

- - - - -
6f25997b by Daniel Brötzmann at 2021-03-16T11:17:07+01:00
DOAP: Add XEP-0106

- - - - -


2 changed files:

- data/gajim.doap
- gajim/gtk/profile.py


Changes:

=====================================
data/gajim.doap
=====================================
@@ -233,6 +233,13 @@
         <xmpp:version>1.1</xmpp:version>
       </xmpp:SupportedXep>
     </implements>
+    <implements>
+      <xmpp:SupportedXep>
+        <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0106.html"/>
+        <xmpp:status>complete</xmpp:status>
+        <xmpp:version>1.1.1</xmpp:version>
+      </xmpp:SupportedXep>
+    </implements>
     <implements>
       <xmpp:SupportedXep>
         <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0107.html"/>


=====================================
gajim/gtk/profile.py
=====================================
@@ -26,12 +26,12 @@
 log = logging.getLogger('gajim.gui.profile')
 
 MENU_DICT = {
-    'fn': _('Full Name'),
+    'fn': Q_('?profile:Full Name'),
     'bday': _('Birthday'),
-    'gender': _('Gender'),
-    'adr': _('Address'),
+    'gender': Q_('?profile:Gender'),
+    'adr': Q_('?profile:Address'),
     'email': _('Email'),
-    'impp': 'IM Address',
+    'impp': Q_('?profile:IM Address'),
     'tel': _('Phone No.'),
     'org': Q_('?profile:Organisation'),
     'title': Q_('?profile:Title'),



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/a72b39b1ec120945f187c6cd660a84dfc2a282ac...6f25997b85505badb2d8d1c5886ae4aac151c5ce

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/a72b39b1ec120945f187c6cd660a84dfc2a282ac...6f25997b85505badb2d8d1c5886ae4aac151c5ce
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to