Skip to content

Commit

Permalink
Merge pull request #129 from boro741/master
Browse files Browse the repository at this point in the history
added fuel Petrol to options page.
  • Loading branch information
ceilican authored Jan 1, 2017
2 parents a4f2c65 + c600bc1 commit b33c76a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Source/Core/core/resources/fuels.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
"GHGEmission":"2.62307049",
"_comments":"CO2e kg/L;"
},
"Petrol":{
"langKey":"fuelPetrol",
"measuredBy":"v",
"CO2Emission":"2.328",
"CH4Emission":"0.0025075",
"N2OEmission":"0.0062878",
"GHGEmission":"2.3367953",
"_comments":"CO2e kg/L;"
},
"Gasoline":{
"langKey":"fuelGasoline",
"measuredBy":"v",
Expand Down
3 changes: 3 additions & 0 deletions Source/Locales/de/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
"fuelDiesel": {
"message": "Diesel"
},
"fuelPetrol": {
"message": "Petrol"
},
"fuelGasoline": {
"message": "Benzin"
},
Expand Down
3 changes: 3 additions & 0 deletions Source/Locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
"fuelDiesel": {
"message": "Diesel"
},
"fuelPetrol": {
"message": "Petrol"
},
"fuelGasoline": {
"message": "Gasoline"
},
Expand Down
3 changes: 3 additions & 0 deletions Source/Locales/hi/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
"fuelDiesel": {
"message": "Diesel"
},
"fuelPetrol": {
"message": "Petrol"
},
"fuelGasoline": {
"message": "Gasoline"
},
Expand Down

0 comments on commit b33c76a

Please sign in to comment.