mirror of
https://github.com/langgenius/dify.git
synced 2026-05-10 14:14:17 +08:00
Reapply "test(i18n): trigger CI with test translation key"
This reverts commit 228dc7d005.
This commit is contained in:
parent
33e7cfb9f7
commit
ba0409bab2
5
.github/workflows/translate-i18n-claude.yml
vendored
5
.github/workflows/translate-i18n-claude.yml
vendored
@ -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:
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user