Skip to content

Commit

Permalink
Fixed temp
Browse files Browse the repository at this point in the history
  • Loading branch information
Severino committed Jul 29, 2024
1 parent 9c13c66 commit ca12764
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions playground
Submodule playground added at f9d5b2
8 changes: 4 additions & 4 deletions resources/js/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,10 @@
"temperature": {
"label": "Temperatur",
"units": {
"degree_celsius": "Celsius",
"degree_kelvin": "Kelvin",
"degree_fahrenheit": "Fahrenheit",
"degree_réaumur": "Réaumur"
"celsius": "Celsius",
"kelvin": "Kelvin",
"fahrenheit": "Fahrenheit",
"réaumur": "Réaumur"
}
},
"volumetric_flow": {
Expand Down
8 changes: 4 additions & 4 deletions resources/js/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,10 @@
"temperature": {
"label": "Temperature",
"units": {
"degree_celsius": "Celsius",
"degree_kelvin": "Kelvin",
"degree_fahrenheit": "Fahrenheit",
"degree_réaumur": "Réaumur"
"celsius": "Celsius",
"kelvin": "Kelvin",
"fahrenheit": "Fahrenheit",
"réaumur": "Réaumur"
}
},
"volumetric_flow": {
Expand Down

0 comments on commit ca12764

Please sign in to comment.