1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-09-13 13:38:51 +00:00

feat!: Enable zh-TW language (#3119)

This commit is contained in:
2025-09-11 23:49:03 -05:00
parent 0f6ee45157
commit e0a6743af0
8 changed files with 74 additions and 12 deletions

View File

@@ -80,7 +80,7 @@ jobs:
needs: [submodule, metadata]
strategy:
matrix:
lang: [es, fr, he, it, nl, ru, zh-Hant]
lang: [es, fr, he, it, nl, ru, zh-Hant, zh-TW]
fail-fast: false
uses: ./.github/workflows/build.yml
with:

View File

@@ -50,7 +50,7 @@ jobs:
needs: submodule
strategy:
matrix:
lang: [en, es, fr, he, it, nl, ru, zh-Hant]
lang: [en, es, fr, he, it, nl, ru, zh-Hant, zh-TW]
build: [build, offline]
permissions:
contents: read