diff --git a/.github/workflows/build-godot.yml b/.github/workflows/build-godot.yml index 15d679f6..b336801e 100644 --- a/.github/workflows/build-godot.yml +++ b/.github/workflows/build-godot.yml @@ -38,7 +38,7 @@ jobs: uses: actions/checkout@v4 with: submodules: recursive - + - name: Prepare Godot run: | wget -q -O godot_linux.zip https://github.com/godotengine/godot-builds/releases/download/${GODOT_VERSION}-stable/Godot_v${GODOT_VERSION}-stable_linux.x86_64.zip @@ -54,7 +54,7 @@ jobs: if: ${{ github.event.inputs.job_target == 'linux' || github.event.inputs.job_target == 'both' }} run: | mkdir -p ${{ env.EXPORT_FOLDER_LINUX }} - ./Godot_v${GODOT_VERSION}-stable_linux.x86_64 --import ${{ env.GODOT_PROJECT_LOCATION }} --quiet --headless --export-debug Linux/X11 64-bit ${{ env.MAIN_FOLDER }}/${{ env.EXPORT_FOLDER_LINUX }}/${{ env.APPLICATION_NAME}}.x86_64 + ./Godot_v${GODOT_VERSION}-stable_linux.x86_64 --import ${{ env.GODOT_PROJECT_LOCATION }} --quiet --headless --export-debug "Linux/X11 64-bit" ${{ env.MAIN_FOLDER }}/${{ env.EXPORT_FOLDER_LINUX }}/${{ env.APPLICATION_NAME}}.x86_64 chmod +x ${{ env.EXPORT_FOLDER_LINUX }}/${{ env.APPLICATION_NAME }}.sh chmod +x ${{ env.EXPORT_FOLDER_LINUX }}/${{ env.APPLICATION_NAME }}.x86_64 diff --git a/tools/configurator/locales/interface.de.translation b/tools/configurator/locales/interface.de.translation index 32ac9a52..aa502d2a 100644 Binary files a/tools/configurator/locales/interface.de.translation and b/tools/configurator/locales/interface.de.translation differ diff --git a/tools/configurator/locales/interface.en.translation b/tools/configurator/locales/interface.en.translation index 499a21f9..b26f5a7d 100644 Binary files a/tools/configurator/locales/interface.en.translation and b/tools/configurator/locales/interface.en.translation differ diff --git a/tools/configurator/locales/interface.it.translation b/tools/configurator/locales/interface.it.translation index 52c56a3e..df7413f6 100644 Binary files a/tools/configurator/locales/interface.it.translation and b/tools/configurator/locales/interface.it.translation differ diff --git a/tools/configurator/locales/interface.ja.translation b/tools/configurator/locales/interface.ja.translation index 4b90f1f0..abfd2ba5 100644 Binary files a/tools/configurator/locales/interface.ja.translation and b/tools/configurator/locales/interface.ja.translation differ diff --git a/tools/configurator/locales/interface.sv.translation b/tools/configurator/locales/interface.sv.translation index 8047717d..6ccc96de 100644 Binary files a/tools/configurator/locales/interface.sv.translation and b/tools/configurator/locales/interface.sv.translation differ diff --git a/tools/configurator/locales/interface.ua.translation b/tools/configurator/locales/interface.ua.translation index 346b3c9b..3d2eab49 100644 Binary files a/tools/configurator/locales/interface.ua.translation and b/tools/configurator/locales/interface.ua.translation differ diff --git a/tools/configurator/locales/interface.zh.translation b/tools/configurator/locales/interface.zh.translation index b2305da7..ba35bee4 100644 Binary files a/tools/configurator/locales/interface.zh.translation and b/tools/configurator/locales/interface.zh.translation differ