From c2524ad357ff740ec8913d631e23b723fa65833f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Grand?= <francois.grand@inrae.fr>
Date: Tue, 7 Feb 2023 16:52:57 +0100
Subject: [PATCH] feat: add Strickler locale

refs #596
---
 src/app/calculators/pressureloss/en.json | 1 +
 src/app/calculators/pressureloss/fr.json | 1 +
 src/locale/messages.en.json              | 1 +
 src/locale/messages.fr.json              | 3 ++-
 4 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/app/calculators/pressureloss/en.json b/src/app/calculators/pressureloss/en.json
index 614765523..238ce4911 100644
--- a/src/app/calculators/pressureloss/en.json
+++ b/src/app/calculators/pressureloss/en.json
@@ -27,6 +27,7 @@
     "Jlin": "Linear head loss",
     "Klin": "Linear head loss coefficient",
     "fD": "Darcy friction factor",
+    "Ks": "Strickler coefficient",
 
     "UNIT_JLIN": "m",
     "UNIT_V": "m/s"
diff --git a/src/app/calculators/pressureloss/fr.json b/src/app/calculators/pressureloss/fr.json
index 1d92a6153..fd1bd9c2f 100644
--- a/src/app/calculators/pressureloss/fr.json
+++ b/src/app/calculators/pressureloss/fr.json
@@ -27,6 +27,7 @@
     "Jlin": "Perte de charge linéaire",
     "Klin": "Coefficient de perte de charge linéaire",
     "fD": "Coefficient de perte de charge de Darcy",
+    "Ks": "Coefficient de Strickler",
 
     "UNIT_JLIN": "m",
     "UNIT_V": "m/s"
diff --git a/src/locale/messages.en.json b/src/locale/messages.en.json
index 5130406b1..b7b836bd0 100755
--- a/src/locale/messages.en.json
+++ b/src/locale/messages.en.json
@@ -234,6 +234,7 @@
     "INFO_CHILD_TYPE_SECTION_PLUR": "sections",
     "INFO_CHILD_TYPE_SECTION_SHORT": "S",
     "INFO_CHILD_TYPE_LECHAPTCALMON": "Lechapt-Calmon",
+    "INFO_CHILD_TYPE_STRICKLER": "Strickler",
     "INFO_DIALOG_PARSIM_DESC": "Choose a combination of values to generate the simulation",
     "INFO_FIELDSET_ADD": "Add",
     "INFO_FIELDSET_COPY": "Copy",
diff --git a/src/locale/messages.fr.json b/src/locale/messages.fr.json
index f487a29c0..1b2892173 100755
--- a/src/locale/messages.fr.json
+++ b/src/locale/messages.fr.json
@@ -234,6 +234,7 @@
     "INFO_CHILD_TYPE_SECTION_PLUR": "sections",
     "INFO_CHILD_TYPE_SECTION_SHORT": "S",
     "INFO_CHILD_TYPE_LECHAPTCALMON": "Lechapt-Calmon",
+    "INFO_CHILD_TYPE_STRICKLER": "Strickler",
     "INFO_DIALOG_PARSIM_DESC": "Choisir une combinaison de valeurs pour générer la simulation",
     "INFO_FIELDSET_ADD": "Ajouter",
     "INFO_FIELDSET_COPY": "Copier",
@@ -773,4 +774,4 @@
     "ERROR_VERIF_PAB_WALL_NOT_CROSSABLE": "La cloison n°%N% n'est pas franchissable",
     "ERROR_VERIF_PAB_DW_NOT_CROSSABLE": "La cloison aval n'est pas franchissable",
     "WARNING_VERIF_PAR_SPECIES_GROUP": "Les groupes d'espèces 3a, 3b et 7b sont déconseillés pour ce type de passe"
-}
\ No newline at end of file
+}
-- 
GitLab