From da7d290bc126901a8a543720ee4a78521b0d7456 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Mon, 28 Sep 2020 23:26:02 +0530 Subject: [PATCH] feat(i18n): add crowdin for docs (#39709) --- docs/crowdin.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/crowdin.yml diff --git a/docs/crowdin.yml b/docs/crowdin.yml new file mode 100644 index 0000000000..7710cadfc5 --- /dev/null +++ b/docs/crowdin.yml @@ -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%", + } +] \ No newline at end of file