1
0
Fork 0
forked from Fuji/Fuji

Switched from json config to ini configuration file; fixed a issue with language being set to polish only

This commit is contained in:
Maarceeli 2025-02-22 16:00:15 +01:00
parent b17be83791
commit 6681ab4cf3
7 changed files with 71 additions and 27 deletions

View file

@ -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"),