Commit 109cfc39 authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

BC, LC: Edit: Add date translate and set unit of debit.

Showing with 4 additions and 2 deletions
+4 -2
......@@ -8,6 +8,7 @@ table_headers = {
"x": _translate("BoundaryCondition", "X"),
"y": _translate("BoundaryCondition", "Y"),
"time": _translate("BoundaryCondition", "Time"),
"debit": _translate("BoundaryCondition", "Debit"),
"date": _translate("BoundaryCondition", "Date"),
"debit": _translate("BoundaryCondition", "Debit (m^3/s)"),
"z": _translate("BoundaryCondition", "Z (m)")
}
......@@ -8,6 +8,7 @@ table_headers = {
"x": _translate("LateralContribution", "X"),
"y": _translate("LateralContribution", "Y"),
"time": _translate("LateralContribution", "Time"),
"debit": _translate("LateralContribution", "Debit"),
"date": _translate("LateralContribution", "Date"),
"debit": _translate("LateralContribution", "Debit (m^3/s)"),
"z": _translate("LateralContribution", "Z (m)")
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment