Skip to content

Commit 162f509

Browse files
committed
Fixed german topbar localizations
1 parent 8826a06 commit 162f509

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

.github/workflows/build-release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,9 @@ jobs:
134134
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
135135
136136
- name: Setup SteamCMD
137-
uses: buildalon/setup-steamcmd@v1.0.5
137+
uses: CyberAndrii/setup-steamcmd@v1
138138

139139
- name: Publish to Workshop
140140
shell: bash
141141
run: |
142-
steamcmd +login ${{ secrets.WORKSHOP_USERNAME }} ${{ secrets.WORKSHOP_PASSWORD }} +workshop_build_item ${{ steps.metadata.outputs.vdf }} +quit
143-
rm -rf "$STEAM_CMD"
144-
rm -rf "$STEAM_DIR"
145-
rm -rf "$STEAM_TEMP"
142+
steamcmd +login ${{ secrets.WORKSHOP_USERNAME }} ${{ secrets.WORKSHOP_PASSWORD }} +workshop_build_item ${{ steps.metadata.outputs.vdf }} +quit

.github/workflows/publish.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,9 @@ jobs:
3636
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
3737
3838
- name: Setup SteamCMD
39-
uses: buildalon/setup-steamcmd@v1.0.5
39+
uses: CyberAndrii/setup-steamcmd@v1
4040

4141
- name: Publish to Workshop
4242
shell: bash
4343
run: |
44-
steamcmd +login ${{ secrets.WORKSHOP_USERNAME }} ${{ secrets.WORKSHOP_PASSWORD }} +workshop_build_item ${{ steps.metadata.outputs.vdf }} +quit
45-
rm -rf "$STEAM_CMD"
46-
rm -rf "$STEAM_DIR"
47-
rm -rf "$STEAM_TEMP"
44+
steamcmd +login ${{ secrets.WORKSHOP_USERNAME }} ${{ secrets.WORKSHOP_PASSWORD }} +workshop_build_item ${{ steps.metadata.outputs.vdf }} +quit

mod/localization/german/gui/gate_gui_topbar_l_german.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
l_german:
2-
gg_topbar_magic_innovation: "gg_topbar_magische_innovation" #deepl:1922060619
2+
gg_topbar_magic_innovation: "gg_topbar_magic_innovation"
33
gg_topbar_magic_innovation_icon: "@magic_innovation!" #deepl:1534598836
44
gg_topbar_magic_innovation_value: "[AccessPlayer.MakeScope.ScriptValue('gate_magic_innovation')|0v]" #deepl:1036106055
55
gg_topbar_magic_innovation_tooltip: "$gg_monthly_magic_innovation_tooltip$" #deepl:3317801455
@@ -8,7 +8,7 @@
88
gg_topbar_magic_innovation_source_tooltip: "$dlc_magic_gate_desc$" #deepl:1008678244
99
gg_topbar_magic_innovation_map_mode: "mm_state_mana_density" #deepl:2338295169
1010

11-
gg_topbar_mana_saturation: "gg_topbar_mana_saturation" #deepl:4088793098
11+
gg_topbar_mana_saturation: "gg_topbar_mana_saturation"
1212
gg_topbar_mana_saturation_icon: "@mana_saturation!" #deepl:3437148818
1313
gg_topbar_mana_saturation_value: "#v [GetGlobalVariable('global_mana_saturation').GetValue|0]%#!" #deepl:3197637856
1414
gg_topbar_mana_saturation_tooltip: "$gg_mana_saturation_tooltip$" #deepl:1616492294

0 commit comments

Comments
 (0)