diff --git a/.github/workflows/build-gdc.yml b/.github/workflows/build-gdc.yml index 241318e1..8b6da1fb 100644 --- a/.github/workflows/build-gdc.yml +++ b/.github/workflows/build-gdc.yml @@ -2,7 +2,7 @@ name: Stable release builds on: push: - #branches: [ release ] + branches: [ feat/godot-configurator ] workflow_dispatch: diff --git a/tools/configurator/data_list.json b/tools/configurator/data_list.json index a671ea71..9f8a400d 100644 --- a/tools/configurator/data_list.json +++ b/tools/configurator/data_list.json @@ -405,4 +405,4 @@ ] } } -} \ No newline at end of file +} diff --git a/tools/configurator/locales/interface.de.translation b/tools/configurator/locales/interface.de.translation index b0d8a417..32ac9a52 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 92d18d0a..499a21f9 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 02a39df7..52c56a3e 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 5300f22b..4b90f1f0 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 2379887c..8047717d 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 e84f4014..346b3c9b 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 3e4f0dbc..b2305da7 100644 Binary files a/tools/configurator/locales/interface.zh.translation and b/tools/configurator/locales/interface.zh.translation differ