Skip to content

Commit 3ff6275

Browse files
committed
Do not push about i18n
1 parent a0ef04f commit 3ff6275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qtribu/toolbelt/translator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def __init__(
7070
"Please consider to contribute with your own translation :). "
7171
"Contact the plugin maintener(s): {}".format(locale, __email__)
7272
)
73-
self.log(message=str(info_msg), log_level=1, push=1)
73+
self.log(message=str(info_msg), log_level=1, push=False)
7474
logger.info(info_msg)
7575

7676
def get_translator(self) -> QTranslator:

0 commit comments

Comments
 (0)