Fixes in install_module

This commit is contained in:
Antonio de la Rosa 2025-10-14 19:24:57 +02:00
parent 5e98ed5289
commit a8274d74fa
2 changed files with 39 additions and 5 deletions

View file

@ -126,7 +126,6 @@ class I18n:
Method for get a string from selected language but object oriented and using module and symbol by default
Args:
symbol (str): The symbol used for identify the text string.
text_default (str): The text default used. You have use how base for translations.
"""
@ -158,7 +157,6 @@ class I18n:
Method for get a string from selected language but object oriented and using module and symbol by default
Args:
symbol (str): The symbol used for identify the text string.
text_default (str): The text default used. You have use how base for translations.
"""