l10n: Fix localization in TextSize plugin
This commit is contained in:
parent
b9422cd437
commit
ab581c166b
|
@ -26,6 +26,9 @@
|
||||||
from gi.repository import GObject, Gio, Gtk, Gdk, Xed
|
from gi.repository import GObject, Gio, Gtk, Gdk, Xed
|
||||||
from .documenthelper import DocumentHelper
|
from .documenthelper import DocumentHelper
|
||||||
|
|
||||||
|
import gettext
|
||||||
|
gettext.install("xed")
|
||||||
|
|
||||||
MENU_PATH = "/MenuBar/ViewMenu/ViewOps_1"
|
MENU_PATH = "/MenuBar/ViewMenu/ViewOps_1"
|
||||||
|
|
||||||
class TextSizePlugin(GObject.Object, Xed.WindowActivatable):
|
class TextSizePlugin(GObject.Object, Xed.WindowActivatable):
|
||||||
|
|
Loading…
Reference in New Issue