Switched from json config to ini configuration file; fixed a issue with language being set to polish only
This commit is contained in:
parent
b17be83791
commit
6681ab4cf3
7 changed files with 71 additions and 27 deletions
|
@ -2,8 +2,6 @@ import flet as ft
|
|||
from i18n import *
|
||||
from constants import *
|
||||
|
||||
set_language("pl")
|
||||
|
||||
def HomePage():
|
||||
return ft.Column([
|
||||
ft.Text((_("Home")), size=30, weight="bold"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue