use translated string for custom attribute type after merging

svn: r18884
This commit is contained in:
Jérôme Rapinat 2012-02-14 14:00:44 +00:00
parent 9850c791a3
commit 153aa286f8
3 changed files with 2 additions and 1 deletions

View File

@ -52,6 +52,7 @@ src/gen/lib/markertype.py
src/gen/lib/nametype.py src/gen/lib/nametype.py
src/gen/lib/nameorigintype.py src/gen/lib/nameorigintype.py
src/gen/lib/notetype.py src/gen/lib/notetype.py
src/gen/lib/person.py
src/gen/lib/repotype.py src/gen/lib/repotype.py
src/gen/lib/srcmediatype.py src/gen/lib/srcmediatype.py
src/gen/lib/surnamebase.py src/gen/lib/surnamebase.py

View File

@ -127,7 +127,6 @@ src/gen/lib/mediaref.py
src/gen/lib/name.py src/gen/lib/name.py
src/gen/lib/note.py src/gen/lib/note.py
src/gen/lib/notebase.py src/gen/lib/notebase.py
src/gen/lib/person.py
src/gen/lib/personref.py src/gen/lib/personref.py
src/gen/lib/place.py src/gen/lib/place.py
src/gen/lib/placebase.py src/gen/lib/placebase.py

View File

@ -48,6 +48,7 @@ from gen.lib.attrtype import AttributeType
from gen.lib.eventroletype import EventRoleType from gen.lib.eventroletype import EventRoleType
from gen.lib.attribute import Attribute from gen.lib.attribute import Attribute
from gen.lib.const import IDENTICAL, EQUAL, DIFFERENT from gen.lib.const import IDENTICAL, EQUAL, DIFFERENT
from gen.ggettext import gettext as _
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #