feat: add rows count (broken), fix: bug with low stock items

This commit is contained in:
2026-08-02 23:23:28 +02:00
parent f5b2041612
commit 6060ca2713
19 changed files with 373 additions and 41 deletions
+8
View File
@@ -100,6 +100,14 @@ class AppLocalizationsEn extends AppLocalizations {
@override
String get languageDutch => 'Dutch';
@override
String get productGridRows => 'Product grid rows';
@override
String rowsCount(int count) {
return '$count rows';
}
@override
String get theme => 'Theme';