feat(i18n): add crowdin for docs (#39709)
This commit is contained in:
committed by
GitHub
parent
362e8254f8
commit
da7d290bc1
16
docs/crowdin.yml
Normal file
16
docs/crowdin.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
#
|
||||
# This config is used with the Crowdin CLI or GitHub Actions
|
||||
#
|
||||
# CLI Usage: crowdin upload sources --identity ~/.crowdin.yaml
|
||||
#
|
||||
"preserve_hierarchy": true
|
||||
files: [
|
||||
{
|
||||
"source" : "/*.md",
|
||||
"translation" : "/i18n/%language%/%original_file_name%",
|
||||
},
|
||||
{
|
||||
"source" : "/flight-manuals/*.md",
|
||||
"translation" : "/i18n/%language%/flight-manuals/%original_file_name%",
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user