screen: Allow fallback for other languages
This commit is contained in:
parent
5c1d5a1825
commit
246c15494c
@ -90,7 +90,7 @@ class KlipperScreen(Gtk.Window):
|
|||||||
'is_active': False
|
'is_active': False
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
self.lang = gettext.translation('KlipperScreen', localedir='ks_includes/locales')
|
self.lang = gettext.translation('KlipperScreen', localedir='ks_includes/locales', fallback=True)
|
||||||
_ = self.lang.gettext
|
_ = self.lang.gettext
|
||||||
|
|
||||||
self.apiclient = KlippyRest(self._config.get_main_config_option("moonraker_host"),
|
self.apiclient = KlippyRest(self._config.get_main_config_option("moonraker_host"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user