take language from system|
Signed-off-by: Jakub Delicat <jakub.delicat@pwr.edu.pl>
This commit is contained in:
parent
42dee5c2c5
commit
e1107b8bb3
@ -24,20 +24,15 @@ class QtWrapper:
|
||||
def __init__(self, widget):
|
||||
self.widget = widget
|
||||
self.displayed_robots_id_list = []
|
||||
|
||||
lang = os.getenv("LANG")
|
||||
|
||||
# lang = rospy.get_param('lang')
|
||||
lang = "pol"
|
||||
|
||||
if lang == "eng":
|
||||
self.language = ET
|
||||
self.log_info("Started english version of plugin NEW")
|
||||
elif lang == "pol":
|
||||
if lang[:2] == "pl":
|
||||
self.language = PT
|
||||
self.log_info("Polska wersja pluginu uruchomiona")
|
||||
else:
|
||||
raise ValueError(
|
||||
'language parameter has value different than "eng" or "pol"'
|
||||
)
|
||||
self.language = ET
|
||||
self.log_info("Started english version of plugin NEW")
|
||||
|
||||
self.clear_robot_info()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user