Skip to content

Commit 7c1ccbf

Browse files
0utplayderklaro
authored andcommitted
[ci skip] fix: remove trailing space in crowdin configuration (CloudNetService#1151)
### Motivation We don't want any trailing spaces in yaml files. ### Modification Removed the trailing space in the crowdin config. ### Result No trailing spaces in any configs.
1 parent dd753f5 commit 7c1ccbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crowdin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ files:
22
- source: /node/src/main/resources/lang/en_US.properties
33
translation: /node/src/main/resources/lang/%locale_with_underscore%.properties
44
commit_message: "[ci skip]"
5-
pull_request_labels:
5+
pull_request_labels:
66
- "t: translation"
77
- "s: accepted"
88
pull_request_title: "chore: pull latest crowdin translation changes"

0 commit comments

Comments
 (0)