mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Added crowdin config file
This commit is contained in:
parent
b09ea76b8d
commit
c108c16419
37
resources/lang/crowdin.yml
Normal file
37
resources/lang/crowdin.yml
Normal file
@ -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",
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user