2019-10-18 08:40:50 +08:00
|
|
|
#
|
|
|
|
# Your crowdin's credentials
|
|
|
|
#
|
|
|
|
"project_identifier" : "bookstack"
|
|
|
|
"base_path" : "."
|
|
|
|
#"base_url" : ""
|
|
|
|
|
|
|
|
#
|
|
|
|
# Choose file structure in crowdin
|
|
|
|
# e.g. true or false
|
|
|
|
#
|
2019-10-18 08:45:25 +08:00
|
|
|
"preserve_hierarchy": false
|
2019-10-18 08:40:50 +08:00
|
|
|
|
|
|
|
#
|
|
|
|
# Files configuration
|
|
|
|
#
|
|
|
|
files: [
|
|
|
|
{
|
|
|
|
#
|
|
|
|
# Source files filter
|
|
|
|
# e.g. "/resources/en/*.json"
|
|
|
|
#
|
2019-10-18 08:45:25 +08:00
|
|
|
"source" : "/resources/lang/en/*.php",
|
2019-10-18 08:40:50 +08:00
|
|
|
|
|
|
|
#
|
|
|
|
# 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",
|
|
|
|
}
|
|
|
|
]
|