Skip to content

Commit

Permalink
fix: Rename parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
barnslig committed Jun 4, 2022
1 parent 7996642 commit a1e7e8f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions app/lang-compiled/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"P5jGEu": [
{
"type": 0,
"value": "Lebensmittelvorrat"
"value": "Nahrung"
}
],
"Pvf05a": [
Expand All @@ -122,7 +122,7 @@
"UPFCjL": [
{
"type": 0,
"value": "Crew-Moral"
"value": "Gesundheit"
}
],
"Vdokz/": [
Expand Down Expand Up @@ -240,7 +240,7 @@
"lTt2EZ": [
{
"type": 0,
"value": "Verbleibende Energie"
"value": "Energie"
}
],
"n3K0U0": [
Expand Down
6 changes: 3 additions & 3 deletions app/lang/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"description": "leave game confirm message"
},
"P5jGEu": {
"defaultMessage": "Lebensmittelvorrat",
"defaultMessage": "Nahrung",
"description": "parameter label"
},
"Pvf05a": {
Expand All @@ -80,7 +80,7 @@
"description": "scanner page title"
},
"UPFCjL": {
"defaultMessage": "Crew-Moral",
"defaultMessage": "Gesundheit",
"description": "parameter label"
},
"Vdokz/": {
Expand Down Expand Up @@ -144,7 +144,7 @@
"description": "personal parameter card description"
},
"lTt2EZ": {
"defaultMessage": "Verbleibende Energie",
"defaultMessage": "Energie",
"description": "parameter label"
},
"n3K0U0": {
Expand Down
Binary file modified backend/dpt_app/trails/locale/de/LC_MESSAGES/django.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion backend/dpt_app/trails/locale/de/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ msgstr "Hygiene"

#: trails/enums.py:26
msgid "Moral"
msgstr "Moral"
msgstr "Gesundheit"

#: trails/enums.py:31
msgid "Global"
Expand Down

0 comments on commit a1e7e8f

Please sign in to comment.