Commit f827f6bf authored by Theophile Terraz's avatar Theophile Terraz
Browse files

area unit for reservoirs

No related merge requests found
Showing with 134 additions and 104 deletions
+134 -104
...@@ -35,5 +35,5 @@ class EditReservoirTranslate(ReservoirTranslate): ...@@ -35,5 +35,5 @@ class EditReservoirTranslate(ReservoirTranslate):
self._sub_dict["table_headers"] = { self._sub_dict["table_headers"] = {
"z": self._dict["unit_elevation"], "z": self._dict["unit_elevation"],
"area": self._dict["unit_area"], "area": self._dict["unit_area_he"],
} }
...@@ -116,7 +116,7 @@ class UnitTranslate(CommonWordTranslate): ...@@ -116,7 +116,7 @@ class UnitTranslate(CommonWordTranslate):
self._dict["unit_min_discharge"] = _translate( self._dict["unit_min_discharge"] = _translate(
"Unit", "Min Discharge (m^3/s)" "Unit", "Min Discharge (m^3/s)"
) )
self._dict["unit_area"] = _translate("Unit", "Area (hectare)") self._dict["unit_area_he"] = _translate("Unit", "Area (hectare)")
self._dict["unit_time_s"] = _translate("Unit", "Time (sec)") self._dict["unit_time_s"] = _translate("Unit", "Time (sec)")
self._dict["unit_time_p"] = _translate("Unit", "Time (JJJ:HH:MM:SS)") self._dict["unit_time_p"] = _translate("Unit", "Time (JJJ:HH:MM:SS)")
......
This diff is collapsed.
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