forked from checkstyle/checkstyle
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcrowdin.yml
23 lines (23 loc) · 1.41 KB
/
crowdin.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
files:
- source: /src/main/resources/com/puppycrawl/tools/checkstyle/checks/design/messages.properties
translation: >-
/src/main/resources/com/puppycrawl/tools/checkstyle/checks/design/messages_%two_letters_code%.properties
update_option: update_without_changes
- source: /src/main/resources/com/puppycrawl/tools/checkstyle/checks/coding/messages.properties
translation: >-
/src/main/resources/com/puppycrawl/tools/checkstyle/checks/coding/messages_%two_letters_code%.properties
update_option: update_without_changes
- source: /src/main/resources/com/puppycrawl/tools/checkstyle/checks/blocks/messages.properties
translation: >-
/src/main/resources/com/puppycrawl/tools/checkstyle/checks/blocks/messages_%two_letters_code%.properties
update_option: update_without_changes
- source: /src/main/resources/com/puppycrawl/tools/checkstyle/checks/annotation/messages.properties
translation: >-
/src/main/resources/com/puppycrawl/tools/checkstyle/checks/annotation/messages_%two_letters_code%.properties
update_option: update_without_changes
- source: /src/main/resources/com/puppycrawl/tools/checkstyle/messages.properties
translation: >-
/src/main/resources/com/puppycrawl/tools/checkstyle/messages_%two_letters_code%.properties
update_option: update_without_changes
commit_message: 'New translations: %original_file_name% (%language%)'
append_commit_message: false