diff --git a/crowdin.yaml b/crowdin.yaml new file mode 100644 index 00000000000..e05c41b254d --- /dev/null +++ b/crowdin.yaml @@ -0,0 +1,19 @@ +project_identifier: django-girls-tutorial +api_key: 2be4b1707d0745bc96e9a5c9ffb4ca9b +base_path: /Users/olasitarska/Desktop/Events/Django Girls/tutorial + +files: + - + source: "/**/*.md" + translation: "/%two_letters_code%/%original_path%/%original_file_name%" + ignore: + - /_book + - /node_modules + - /CONTRIBUTING.md + - + source: "*.md" + translation: "/%two_letters_code%/%original_file_name%" + ignore: + - /_book + - /node_modules + - /CONTRIBUTING.md