feat: add rows count (broken), fix: bug with low stock items
This commit is contained in:
@@ -100,6 +100,14 @@ class AppLocalizationsNl extends AppLocalizations {
|
||||
@override
|
||||
String get languageDutch => 'Nederlands';
|
||||
|
||||
@override
|
||||
String get productGridRows => 'Rijen in productraster';
|
||||
|
||||
@override
|
||||
String rowsCount(int count) {
|
||||
return '$count rijen';
|
||||
}
|
||||
|
||||
@override
|
||||
String get theme => 'Thema';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user