Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pg mr
gajim
Commits
9df1cbcd
Commit
9df1cbcd
authored
Mar 16, 2021
by
Daniel Brötzmann
Browse files
Profile: Add translation hints for menu entries
parent
a72b39b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
gajim/gtk/profile.py
View file @
9df1cbcd
...
...
@@ -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'
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment