forked from tauri-apps/tauri-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcrowdin.yaml
More file actions
24 lines (24 loc) · 722 Bytes
/
crowdin.yaml
File metadata and controls
24 lines (24 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
project_id: 1
base_url: 'https://tauri.crowdin.com'
api_token_env: CROWDIN_TOKEN
preserve_hierarchy: true
files:
# JSON translation files
- source: /i18n/en/**/*
translation: /i18n/%two_letters_code%/**/%original_file_name%
# Docs Markdown files
- source: /docs/**/*
translation: /i18n/%two_letters_code%/docusaurus-plugin-content-docs/current/**/%original_file_name%
ignore:
[
/docs/.templates,
/docs/api,
/docs/guides/architecture/recipes,
/docs/guides/development,
/docs/guides/debugging,
/docs/guides/testing,
/docs/guides/building,
/docs/guides/distribution,
/docs/guides/features,
/docs/guides/faq.md,
]