2006-10-27 Alex Roitman <shura@gramps-project.org>
* src/const.py.in: Put gettext import back. svn: r7448
This commit is contained in:
parent
9ae0a7efe4
commit
b59f1a2c8b
@ -1,3 +1,6 @@
|
|||||||
|
2006-10-27 Alex Roitman <shura@gramps-project.org>
|
||||||
|
* src/const.py.in: Put gettext import back.
|
||||||
|
|
||||||
2006-10-26 Alex Roitman <shura@gramps-project.org>
|
2006-10-26 Alex Roitman <shura@gramps-project.org>
|
||||||
* src/ViewManager.py (ViewManager.about): Translate comments.
|
* src/ViewManager.py (ViewManager.about): Translate comments.
|
||||||
* src/const.py.in: No gettext (won't work anyway because const.py
|
* src/const.py.in: No gettext (won't work anyway because const.py
|
||||||
|
@ -28,6 +28,7 @@
|
|||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
import os
|
import os
|
||||||
|
from gettext import gettext as _
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user