135 @brief Update widgets to actual language
136 @param b_update_screen : status if screen should updated
141 config_menu(self.
ui.menu_combine_report, text=self.
get_language_text(L_MENU_COMBINE_REPORT))
142 config_menu(self.
ui.action_combine_manual, text=self.
get_language_text(L_MENU_MANUAL_COMBINE))
145 config_menu(self.
ui.action_article_preview, text=self.
get_language_text(L_MENU_ARTICLE_PREVIEW))
146 config_menu(self.
ui.action_enable_report, text=self.
get_language_text(L_MENU_ENABLE_PRINT_REPORT))
147 config_menu(self.
ui.action_create_billing, text=self.
get_language_text(L_MENU_CREATE_REPORT))
177 config_menu(self.
ui.action_log_error, text=f
"(0) {self.get_language_text(L_MENU_LOG_ERROR)}")
178 config_menu(self.
ui.action_log_warning, text=f
"(1) {self.get_language_text(L_MENU_LOG_WARNING)}")
179 config_menu(self.
ui.action_log_info, text=f
"(2) {self.get_language_text(L_MENU_LOG_INFO)}")
180 config_menu(self.
ui.action_log_debug, text=f
"(3) {self.get_language_text(L_MENU_LOG_DEBUG)}")
184 config_menu(self.
ui.action_about_app, text=f
"{self.get_language_text(L_MENU_ABOUT)} {__title__}")
190 self.
ui.update_screen()