From 3c52b33e18f5786cce6c4e626a720a559b0d41b2 Mon Sep 17 00:00:00 2001 From: Marco Rodolfi Date: Thu, 18 May 2023 12:03:19 +0200 Subject: [Hotfix] Windows lang fix (#457) * Hotfix for i18n where the detector was overriding localStorage * Please, pnpm, cooperate * Small fix regarding the backend getting hammered when switching to not supported languages plus a small english typo * Typo on translation variable * Hotfix: Fix for missing locale data on windows --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8c6a4efc..104b1f70 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -119,7 +119,7 @@ jobs: run: pnpm run build - name: Build Python Backend 🛠️ - run: pyinstaller --noconfirm --onefile --name "PluginLoader" --add-data "./backend/static;/static" --add-data "./backend/legacy;/legacy" --add-data "./plugin;/plugin" ./backend/main.py + run: pyinstaller --noconfirm --onefile --name "PluginLoader" --add-data "./backend/static;/static" --add-data "./backend/locales;/locales" --add-data "./backend/legacy;/legacy" --add-data "./plugin;/plugin" ./backend/main.py - name: Upload package artifact ⬆️ uses: actions/upload-artifact@v3 -- cgit v1.2.3