feat(i18n): add crowdin for docs (#39709)

This commit is contained in:
Mrugesh Mohapatra
2020-09-28 23:26:02 +05:30
committed by GitHub
parent 362e8254f8
commit da7d290bc1

16
docs/crowdin.yml Normal file
View 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%",
}
]