Added missing demo data translations

This commit is contained in:
Bernd Bestel 2023-04-01 14:32:34 +02:00
parent d723c44e63
commit 87761ddaea
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300
2 changed files with 16 additions and 1 deletions

View File

@ -388,3 +388,18 @@ msgstr[1] ""
msgid "Romanian" msgid "Romanian"
msgstr "" msgstr ""
msgid "Pint"
msgstr ""
msgid "Beverages"
msgstr ""
msgid "Ice Cream"
msgstr ""
msgid "Soda"
msgstr ""
msgid "Beer"
msgstr ""

View File

@ -66,7 +66,7 @@ class DemoDataGeneratorService extends BaseService
INSERT INTO quantity_units (id, name, name_plural) VALUES (12, '{$this->__n_sql(1, 'Slice', 'Slices')}', '{$this->__n_sql(2, 'Slice', 'Slices')}'); --12 INSERT INTO quantity_units (id, name, name_plural) VALUES (12, '{$this->__n_sql(1, 'Slice', 'Slices')}', '{$this->__n_sql(2, 'Slice', 'Slices')}'); --12
DELETE FROM quantity_units WHERE name = '{$this->__t_sql('Kilogram')}'; DELETE FROM quantity_units WHERE name = '{$this->__t_sql('Kilogram')}';
INSERT INTO quantity_units (id, name, name_plural) VALUES (13, '{$this->__n_sql(1, 'Kilogram', 'Kilograms')}', '{$this->__n_sql(2, 'Kilogram', 'Kilograms')}'); --13 INSERT INTO quantity_units (id, name, name_plural) VALUES (13, '{$this->__n_sql(1, 'Kilogram', 'Kilograms')}', '{$this->__n_sql(2, 'Kilogram', 'Kilograms')}'); --13
DELETE FROM quantity_units WHERE name = '{$this->__t_sql('pint')}'; DELETE FROM quantity_units WHERE name = '{$this->__t_sql('Pint')}';
INSERT INTO quantity_units (id, name, name_plural) VALUES (14, '{$this->__n_sql(1, 'Pint', 'Pints')}', '{$this->__n_sql(2, 'Pint', 'Pint')}'); --14 INSERT INTO quantity_units (id, name, name_plural) VALUES (14, '{$this->__n_sql(1, 'Pint', 'Pints')}', '{$this->__n_sql(2, 'Pint', 'Pint')}'); --14
INSERT INTO product_groups(name) VALUES ('01 {$this->__t_sql('Sweets')}'); --1 INSERT INTO product_groups(name) VALUES ('01 {$this->__t_sql('Sweets')}'); --1