From 5f3caf3643a2b1ef2cb6efe0e5426e3403d855f1 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Fri, 18 Oct 2019 01:46:30 +0100 Subject: [PATCH] Update Crowdin configuration file --- crowdin.yml | 44 +++++++------------------------------------- 1 file changed, 7 insertions(+), 37 deletions(-) diff --git a/crowdin.yml b/crowdin.yml index c6615305d..57d264846 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,37 +1,7 @@ -# -# Your crowdin's credentials -# -"project_identifier" : "bookstack" -"base_path" : "." -#"base_url" : "" - -# -# Choose file structure in crowdin -# e.g. true or false -# -"preserve_hierarchy": false - -# -# Files configuration -# -files: [ - { - # - # Source files filter - # e.g. "/resources/en/*.json" - # - "source" : "/resources/lang/en/*.php", - - # - # where translations live - # e.g. "/resources/%two_letters_code%/%original_file_name%" - # - "translation" : "/%two_letters_code%/%original_file_name%", - - # - # File type - # e.g. "json" - # - "type" : "php", - } -] \ No newline at end of file +project_identifier: bookstack +base_path: . +preserve_hierarchy: false +files: + - source: /resources/lang/en/*.php + translation: /%two_letters_code%/%original_file_name% + type: php