From 30850e69275e822f4adf6729a5afd7f6ca7044b9 Mon Sep 17 00:00:00 2001 From: Ola Sitarska Date: Thu, 25 Sep 2014 10:40:23 +0200 Subject: [PATCH] Crowdin config --- crowdin.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 crowdin.yaml diff --git a/crowdin.yaml b/crowdin.yaml new file mode 100644 index 000000000000..e05c41b254d3 --- /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