]> BookStack Code Mirror - bookstack/commitdiff
Added crowdin config file
authorDan Brown <redacted>
Fri, 18 Oct 2019 00:40:50 +0000 (01:40 +0100)
committerDan Brown <redacted>
Fri, 18 Oct 2019 00:40:50 +0000 (01:40 +0100)
resources/lang/crowdin.yml [new file with mode: 0644]

diff --git a/resources/lang/crowdin.yml b/resources/lang/crowdin.yml
new file mode 100644 (file)
index 0000000..a825b7c
--- /dev/null
@@ -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