some strings were not translated (patch by MathieuMD), see devel mailing list; need to generate a new 'gramps.pot'
svn: r19355
This commit is contained in:
parent
1a16fe577f
commit
c2ef5944c5
@ -35,6 +35,7 @@ src/cli/plug/__init__.py
|
||||
src/gen/db/base.py
|
||||
src/gen/db/exceptions.py
|
||||
src/gen/db/undoredo.py
|
||||
src/gen/db/upgrade.py
|
||||
|
||||
# gen display API
|
||||
src/gen/display/name.py
|
||||
|
@ -29,6 +29,8 @@ import time
|
||||
import logging
|
||||
LOG = logging.getLogger(".citation")
|
||||
|
||||
from gen.ggettext import gettext as _
|
||||
|
||||
"""
|
||||
methods to upgrade a database from version 13 to current version
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user