feat(i18n): add Thai control UI locale

This commit is contained in:
Peter Steinberger
2026-04-23 07:32:24 +01:00
parent 9be0601b20
commit 9f19e5be52
48 changed files with 1760 additions and 51 deletions

View File

@@ -49,7 +49,7 @@ jobs:
run: |
set -euo pipefail
all_locales_json='["zh-CN","zh-TW","pt-BR","de","es","ja-JP","ko","fr","tr","uk","id","pl"]'
all_locales_json='["zh-CN","zh-TW","pt-BR","de","es","ja-JP","ko","fr","tr","uk","id","pl","th"]'
if [ "$EVENT_NAME" != "push" ]; then
echo "has_locales=true" >> "$GITHUB_OUTPUT"