feat: add rows count (broken), fix: bug with low stock items
This commit is contained in:
@@ -278,6 +278,18 @@ abstract class AppLocalizations {
|
||||
/// **'Dutch'**
|
||||
String get languageDutch;
|
||||
|
||||
/// No description provided for @productGridRows.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Product grid rows'**
|
||||
String get productGridRows;
|
||||
|
||||
/// No description provided for @rowsCount.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'{count} rows'**
|
||||
String rowsCount(int count);
|
||||
|
||||
/// No description provided for @theme.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
|
||||
Reference in New Issue
Block a user