]> BookStack Code Mirror - bookstack/blob - resources/lang/crowdin.yml
Added crowdin config file
[bookstack] / resources / lang / crowdin.yml
1 #
2 # Your crowdin's credentials
3 #
4 "project_identifier" : "bookstack"
5 "base_path" : "."
6 #"base_url" : ""
7
8 #
9 # Choose file structure in crowdin
10 # e.g. true or false
11 #
12 "preserve_hierarchy": true
13
14 #
15 # Files configuration
16 #
17 files: [
18  {
19   #
20   # Source files filter
21   # e.g. "/resources/en/*.json"
22   #
23   "source" : "/en/*.php",
24
25   #
26   # where translations live
27   # e.g. "/resources/%two_letters_code%/%original_file_name%"
28   #
29   "translation" : "/%two_letters_code%/%original_file_name%",
30
31   #
32   # File type
33   # e.g. "json"
34   #
35   "type" : "php",
36  }
37 ]