fix(crowdin): 匹配crowdin语言设置

This commit is contained in:
春河晴
2026-03-13 02:18:04 +09:00
parent 1c759ad426
commit dc47fe93d8

View File

@@ -1,22 +1,15 @@
project_id_env: CROWDIN_PROJECT_ID
api_token_env: CROWDIN_PERSONAL_TOKEN
base_path: .
base_url: 'https://api.crowdin.com'
preserve_hierarchy: 1
base_url: "https://api.crowdin.com"
preserve_hierarchy: true
export_languages:
- en-US
- ja
files:
- source: /locales/zh-CN/*.json
translation: /locales/%locale%/%original_file_name%
languages_mapping:
locale:
en-US: en-US
ja: ja
- source: /prompts/zh-CN/**/*.prompt
translation: /prompts/%locale%/**/%original_file_name%
languages_mapping:
locale:
en-US: en-US
ja: ja