Compare commits

...

2 commits

Author SHA1 Message Date
Matyáš Caras
8f75fd94c1
Added translation using Weblate (Slovak) 2024-02-26 23:33:51 +01:00
Matyáš Caras
85fefda4d8
chore: bump version in about dialog 2024-02-26 23:33:43 +01:00
2 changed files with 2 additions and 1 deletions

1
lib/l10n/app_sk.arb Normal file
View file

@ -0,0 +1 @@
{}

View file

@ -12,7 +12,7 @@ void showAbout(BuildContext context) {
context: context,
applicationLegalese: AppLocalizations.of(context).license,
applicationName: "Prašule",
applicationVersion: "1.0.0",
applicationVersion: "1.1.0",
applicationIcon: const CircleAvatar(
backgroundImage: AssetImage("assets/icon/full_ico.png"),
),