switch from intl to gettext

svn: r2017
This commit is contained in:
Don Allingham
2003-08-17 02:14:33 +00:00
parent 93add3c449
commit ebdc5fbcc3
143 changed files with 219 additions and 1014 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ import Plugins
import ImgManip
from latin_utf8 import latin_to_utf8
from intl import gettext as _
from gettext import gettext as _
#-------------------------------------------------------------------------
#
+1 -1
View File
@@ -35,7 +35,7 @@ import string
import Plugins
import ImgManip
import Errors
from intl import gettext as _
from gettext import gettext as _
#-------------------------------------------------------------------------
#
+1 -1
View File
@@ -31,7 +31,7 @@ import const
import Errors
import TextDoc
from intl import gettext as _
from gettext import gettext as _
t_header_line_re = re.compile(r"(.*)<TITLE>(.*)</TITLE>(.*)",
re.DOTALL|re.IGNORECASE|re.MULTILINE)
+1 -1
View File
@@ -29,7 +29,7 @@ import Errors
from TarFile import TarFile
import Plugins
import ImgManip
from intl import gettext as _
from gettext import gettext as _
def points(val):
inch = float(val)/2.54
+1 -1
View File
@@ -40,7 +40,7 @@ import Plugins
import ImgManip
import Errors
from intl import gettext as _
from gettext import gettext as _
#------------------------------------------------------------------------
#
-1
View File
@@ -78,7 +78,6 @@ GNOMELIB = @GNOMELIB@
GPREFIX = @GPREFIX@
HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
INTLLIBS = @INTLLIBS@
LANGUAGES = @LANGUAGES@
MOFILES = @MOFILES@
MSGFMT = @MSGFMT@
+1 -1
View File
@@ -41,7 +41,7 @@ import DrawDoc
import const
import FontScale
from intl import gettext as _
from gettext import gettext as _
#-------------------------------------------------------------------------
#
+1 -1
View File
@@ -45,7 +45,7 @@ import ImgManip
# internationalization
#
#-------------------------------------------------------------------------
from intl import gettext as _
from gettext import gettext as _
#-------------------------------------------------------------------------
#
+1 -1
View File
@@ -37,7 +37,7 @@ import TextDoc
import DrawDoc
from Report import run_print_dialog
from intl import gettext as _
from gettext import gettext as _
#-------------------------------------------------------------------------
+1 -1
View File
@@ -27,7 +27,7 @@ import TextDoc
import Plugins
import Errors
import ImgManip
from intl import gettext as _
from gettext import gettext as _
#------------------------------------------------------------------------
#
+1 -1
View File
@@ -36,7 +36,7 @@ import Errors
import TextDoc
import DrawDoc
from Report import run_print_dialog
from intl import gettext as _
from gettext import gettext as _
#-------------------------------------------------------------------------
#
+1 -1
View File
@@ -28,7 +28,7 @@ import Plugins
import ImgManip
import Errors
from intl import gettext as _
from gettext import gettext as _
#------------------------------------------------------------------------
#
+1 -1
View File
@@ -32,7 +32,7 @@ from math import pi, cos, sin, fabs
#
#-------------------------------------------------------------------------
import Plugins
from intl import gettext as _
from gettext import gettext as _
import TextDoc
import DrawDoc
import Errors