From 563e0cd128daf23f6fc3904593f8e3c8474cd7b4 Mon Sep 17 00:00:00 2001 From: Mandrak-Kimigo <108131079+Mandrak-Kimigo@users.noreply.github.com> Date: Sun, 28 Apr 2024 17:05:17 +0200 Subject: [PATCH 1/2] Update my.cnf log verbosity 1 to avoid spam by msg about obsolete auth module --- docker-compose/mysql/my.cnf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose/mysql/my.cnf b/docker-compose/mysql/my.cnf index b1d544f..2bc097d 100755 --- a/docker-compose/mysql/my.cnf +++ b/docker-compose/mysql/my.cnf @@ -13,4 +13,5 @@ character-set-server = utf8mb4 # in production, keep the line commented to prevent database exposure. # bind-address=0.0.0.0 -default-authentication-plugin=mysql_native_password \ No newline at end of file +default-authentication-plugin=mysql_native_password +log-error-verbosity=1 \ No newline at end of file From a6c2dd5977822a4cae549081b46e19774759f5b3 Mon Sep 17 00:00:00 2001 From: Mandrak-Kimigo Date: Fri, 17 May 2024 19:18:33 +0200 Subject: [PATCH 2/2] Add missing translations --- public/locales/fr/shop/default.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/locales/fr/shop/default.json b/public/locales/fr/shop/default.json index 6f68f62..ce39d59 100644 --- a/public/locales/fr/shop/default.json +++ b/public/locales/fr/shop/default.json @@ -1,3 +1,5 @@ { - "product": "Produit" + "product": "Produit", + "soldInBulk": "Vendu en Vrac", + "organicAgriculture": "Agriculture Biologique" } \ No newline at end of file