all: Update to enable language files

This commit is contained in:
Jordan Ruthe
2020-11-18 07:49:12 -05:00
parent 2341642cc2
commit 7db6a541f2
21 changed files with 735 additions and 132 deletions

View File

@@ -9,5 +9,6 @@ from panels.screen_panel import ScreenPanel
class ExamplePanel(ScreenPanel):
def initialize(self, panel_name):
_ = self.lang.gettext
# Create gtk items here
return