From c108c16419df5ff2cd79648b4f091a8a21fdabfb Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Fri, 18 Oct 2019 01:40:50 +0100 Subject: [PATCH] Added crowdin config file --- resources/lang/crowdin.yml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 resources/lang/crowdin.yml diff --git a/resources/lang/crowdin.yml b/resources/lang/crowdin.yml new file mode 100644 index 000000000..a825b7c16 --- /dev/null +++ b/resources/lang/crowdin.yml @@ -0,0 +1,37 @@ +# +# Your crowdin's credentials +# +"project_identifier" : "bookstack" +"base_path" : "." +#"base_url" : "" + +# +# Choose file structure in crowdin +# e.g. true or false +# +"preserve_hierarchy": true + +# +# Files configuration +# +files: [ + { + # + # Source files filter + # e.g. "/resources/en/*.json" + # + "source" : "/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