From aed21354743569903378a4bbb3daaef2b77eb89e Mon Sep 17 00:00:00 2001 From: Tulio Leao Date: Sun, 2 Aug 2026 18:09:26 -0300 Subject: [PATCH 1/4] Move actions on CI to latest --- .github/workflows/translation_check.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/translation_check.yml b/.github/workflows/translation_check.yml index 9db3ceeeac..2020d3ad94 100644 --- a/.github/workflows/translation_check.yml +++ b/.github/workflows/translation_check.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Get Pull Request - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: path: pr ref: ${{github.event.pull_request.head.ref}} @@ -23,7 +23,7 @@ jobs: curl -sSLf https://raw.githubusercontent.com/OpenRCT2/OpenRCT2/develop/data/language/en-GB.txt -o OpenRCT2/data/language/en-GB.txt - name: Checkout translations before PR changes (for comparsion) - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: path: master ref: ${{github.event.pull_request.head.ref}} @@ -54,19 +54,19 @@ jobs: run: rm -rf master - name: Checkout upstream master as master - uses: actions/checkout@v4 + uses: actions/checkout@v7 if: ${{ steps.merge-base-commit.outputs.merge_base == github.event.pull_request.head.sha }} with: ref: master path: master - name: Set up Python 3.12 - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: '3.12' - name: Checkout upstream master (in order to use the newest version of the script) - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: path: upstream_master ref: master @@ -84,7 +84,7 @@ jobs: } >> $GITHUB_OUTPUT - name: Create PR comment - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: issue-number: ${{github.event.pull_request.number}} body: ${{ steps.get-comment-body.outputs.body }} From 6d6d9c1bafe21d7b0550c1b4915af85c65e0c0e2 Mon Sep 17 00:00:00 2001 From: Tulio Leao Date: Sun, 2 Aug 2026 18:11:58 -0300 Subject: [PATCH 2/4] Test --- data/language/pt-BR.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/language/pt-BR.txt b/data/language/pt-BR.txt index b783e5cda3..62d1c7776b 100644 --- a/data/language/pt-BR.txt +++ b/data/language/pt-BR.txt @@ -3825,4 +3825,4 @@ STR_7034 :Estilo do Labirinto STR_7035 :Estilo da Loja STR_7036 :Estilo do Veículo STR_7037 :Modo de operação -STR_7038 :Espera e carregamento +STR_7038 :Espera e carregsamento From 528f3ed5792bb816008179529cf318170341575e Mon Sep 17 00:00:00 2001 From: Michael Steenbeek <1478678+Gymnasiast@users.noreply.github.com> Date: Mon, 3 Aug 2026 13:55:12 +0200 Subject: [PATCH 3/4] Apply suggestion from @Gymnasiast --- .github/workflows/translation_check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/translation_check.yml b/.github/workflows/translation_check.yml index 2020d3ad94..233e2ce30b 100644 --- a/.github/workflows/translation_check.yml +++ b/.github/workflows/translation_check.yml @@ -1,7 +1,7 @@ name: Translation Check on: - pull_request: + pull_request_target: paths: - 'data/language/**.txt' From 136ffe6ab9789eda0f4f5f6d56e892e0be08df2d Mon Sep 17 00:00:00 2001 From: Michael Steenbeek <1478678+Gymnasiast@users.noreply.github.com> Date: Mon, 3 Aug 2026 13:58:40 +0200 Subject: [PATCH 4/4] Update pt-BR.txt --- data/language/pt-BR.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/language/pt-BR.txt b/data/language/pt-BR.txt index 62d1c7776b..b783e5cda3 100644 --- a/data/language/pt-BR.txt +++ b/data/language/pt-BR.txt @@ -3825,4 +3825,4 @@ STR_7034 :Estilo do Labirinto STR_7035 :Estilo da Loja STR_7036 :Estilo do Veículo STR_7037 :Modo de operação -STR_7038 :Espera e carregsamento +STR_7038 :Espera e carregamento