feat: add rows count (broken), fix: bug with low stock items
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user