2006-10-27 Alex Roitman <shura@gramps-project.org>

* src/const.py.in: Put gettext import back.



svn: r7448
This commit is contained in:
Alex Roitman 2006-10-27 17:37:08 +00:00
parent 9ae0a7efe4
commit b59f1a2c8b
2 changed files with 4 additions and 0 deletions

View File

@ -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>
* src/ViewManager.py (ViewManager.about): Translate comments.
* src/const.py.in: No gettext (won't work anyway because const.py

View File

@ -28,6 +28,7 @@
#
#-------------------------------------------------------------------------
import os
from gettext import gettext as _
#-------------------------------------------------------------------------
#