Skip to content

Commit

Permalink
Merge branch 'dev' into feature/report_for_linux
Browse files Browse the repository at this point in the history
  • Loading branch information
MaGering committed Aug 31, 2023
2 parents 2aa2bea + 3af179c commit e109ed4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.7, 3.8 ]
python-version: [ 3.8 ]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
7 changes: 5 additions & 2 deletions oemof_b3/config/labels/de.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# oil: Öl Raises error as "oil" is in "boiler" -> duplicate mappings
oil: Öl
oil-gt: Oil GT
biomass-gt: Biomass GT
biomass-st: Biomass DT
biomass: Biomasse
biomass-gt: Biomasse GT
biomass-st: Biomasse DT
ch4: CH4
ch4-boiler: CH4 Boiler
ch4-bpchp: CH4 KWK (Gegendruck)
ch4-demand: CH4 Bedarf
Expand Down
2 changes: 2 additions & 0 deletions oemof_b3/config/labels/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
biomass-gt: Biomass GT
biomass-st: Biomass ST
biomass: Biomass
ch4: CH4
ch4-boiler: CH4 boiler
ch4-bpchp: CH4 backpressure CHP
ch4-demand: CH4 demand
Expand Down Expand Up @@ -42,3 +43,4 @@ heat_decentral-storage: Heat dec. storage
hydro-ror: Hydro ROR
solar-pv: PV
wind-onshore: Wind on
oil: Oil

0 comments on commit e109ed4

Please sign in to comment.