diff --git a/crowdin.yml b/crowdin.yml index a03dc74e4..b4d5a2f01 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -14,7 +14,11 @@ }, { "source": "/wiki/*.md", - "translation": "/wiki/locale/%file_name%-%locale%.%file_extension%", + "translation": "/wiki/locale/%locale%/%file_name%-%locale%.%file_extension%", "ignore": [ "/**/_*.md" ] + }, + { + "source": "/wiki/_Sidebar.md", + "translation": "/wiki/locale/%locale%/_Sidebar.md" } ] \ No newline at end of file