Update Crowdin configuration file

This commit is contained in:
Dan Brown 2019-10-18 01:46:30 +01:00
parent c8d90791ff
commit 5f3caf3643

View File

@ -1,37 +1,7 @@
# project_identifier: bookstack
# Your crowdin's credentials base_path: .
# preserve_hierarchy: false
"project_identifier" : "bookstack" files:
"base_path" : "." - source: /resources/lang/en/*.php
#"base_url" : "" translation: /%two_letters_code%/%original_file_name%
type: php
#
# 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",
}
]