Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
person
Commits
909a542d906a
Commit
97ab9243
authored
Feb 23, 2010
by
Adrien Di Mascio
Browse files
[i18n] fix firstname translation
--HG-- branch : stable
parent
a09c5a0e8f5e
Changes
2
Hide whitespace changes
Inline
Side-by-side
entities.py
View file @
909a542d
...
...
@@ -28,5 +28,3 @@ class Person(EmailableMixIn, AnyEntity):
return
u
'%s %s %s'
%
(
self
.
_cw
.
_
(
self
.
civility
),
self
.
firstname
or
u
''
,
self
.
surname
or
u
''
)
return
u
'%s %s'
%
(
self
.
firstname
or
u
''
,
self
.
surname
or
u
''
)
i18n/fr.po
View file @
909a542d
...
...
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: cubicweb-person 0.1.0\n"
"PO-Revision-Date: 200
8
-02-
15 10:5
8+0100\n"
"PO-Revision-Date: 20
1
0-02-
23 07:4
8+0100\n"
"Last-Translator: Logilab Team <contact@logilab.fr>\n"
"Language-Team: fr <contact@logilab.fr>\n"
"MIME-Version: 1.0\n"
...
...
@@ -136,7 +136,7 @@ msgstr ""
msgctxt "Person"
msgid "firstname"
msgstr "préno
n
"
msgstr "préno
m
"
msgid "im_address"
msgstr "messagerie instantanée"
...
...
Write
Preview
Supports
Markdown
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