Fixes in install_module
This commit is contained in:
parent
5e98ed5289
commit
a8274d74fa
2 changed files with 39 additions and 5 deletions
|
|
@ -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.
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue