Reapply "test(i18n): trigger CI with test translation key"

This reverts commit 228dc7d005.
This commit is contained in:
yyh 2026-01-07 18:08:28 +08:00
parent 33e7cfb9f7
commit ba0409bab2
No known key found for this signature in database
2 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,11 @@ on:
branches: [main]
paths:
- 'web/i18n/en-US/*.json'
pull_request:
branches: [main]
paths:
- '.github/workflows/translate-i18n-claude.yml'
- 'web/i18n/en-US/*.json'
workflow_dispatch:
inputs:
files:

View File

@ -1,4 +1,5 @@
{
"_test_ci_trigger": "This is a test key for CI trigger - will be reverted",
"accessControl": "Web App Access Control",
"accessControlDialog.accessItems.anyone": "Anyone with the link",
"accessControlDialog.accessItems.external": "Authenticated external users",