add 8-language localization & fix 30s page load delay

This commit is contained in:
ChrispyBacon-dev 2026-03-15 15:29:30 +01:00
parent 0ad3b0fd51
commit 831423c172
304 changed files with 22589 additions and 28 deletions

View file

@ -20,7 +20,6 @@ permissions:
contents: read
jobs:
# Job 1: Attempt to build on your self-hosted runner
build_self_hosted:
runs-on: self-hosted
@ -71,11 +70,8 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
# Job 2: This job only runs if the self-hosted build fails or is canceled
build_github_hosted_fallback:
needs: build_self_hosted
if: failure() || cancelled()
runs-on: ubuntu-latest
steps:
@ -122,4 +118,4 @@ jobs:
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name == 'push' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}