]> BookStack Code Mirror - bookstack/blobdiff - crowdin.yml
Lexical: Fixed code in lists, removed extra old alignment code
[bookstack] / crowdin.yml
index c6615305da480f0ff664e99409d92e398332e274..32f2ad05225744d40aea5bedae06ab6de2071131 100644 (file)
@@ -1,37 +1,10 @@
-#
-# Your crowdin's credentials
-#
-"project_identifier" : "bookstack"
-"base_path" : "."
-#"base_url" : ""
-
-#
-# 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",
- }
-]
\ No newline at end of file
+project_identifier: bookstack
+base_path: .
+preserve_hierarchy: false
+pull_request_title: Updated translations with latest Crowdin changes
+pull_request_labels:
+  - ":earth_africa: Translations"
+files:
+  - source: /lang/en/*.php
+    translation: /lang/%two_letters_code%/%original_file_name%
+    type: php