Skip to content

Commit

Permalink
Issue checkstyle#6191: add config file for crowdin integration
Browse files Browse the repository at this point in the history
  • Loading branch information
strkkk authored and rnveach committed Oct 3, 2021
1 parent d2f3d0c commit 1e548cb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
files:
- source: /**/messages.properties
translation: /**/messages_%two_letters_code%.properties
update_option: update_without_changes
# Escape single quote with another single quote
escape_quotes: 1
# Avoid escape of colons, exclamation marks, etc.
escape_special_characters: 0
commit_message: 'doc: new translations: %original_file_name% (%language%)'
append_commit_message: false

0 comments on commit 1e548cb

Please sign in to comment.