From b17b7720ad86bc798f1c7823587991f4c60f76c9 Mon Sep 17 00:00:00 2001 From: Nicolas Dufour Date: Thu, 26 May 2016 11:28:23 +0200 Subject: [Bug #1538277] Translations in inkex.py fail unless extension script itself initalizes gettext. Fixed bugs: - https://launchpad.net/bugs/1538277 (bzr r14918) --- share/extensions/funcplot.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'share/extensions/funcplot.py') diff --git a/share/extensions/funcplot.py b/share/extensions/funcplot.py index c0fb3e525..557aac302 100755 --- a/share/extensions/funcplot.py +++ b/share/extensions/funcplot.py @@ -34,8 +34,6 @@ import inkex import simplepath import simplestyle -inkex.localize() - def drawfunction(xstart, xend, ybottom, ytop, samples, width, height, left, bottom, fx = "sin(x)", fpx = "cos(x)", fponum = True, times2pi = False, polar = False, isoscale = True, drawaxis = True, endpts = False): -- cgit v1.2.3