mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-01 04:09:12 +01:00
10 lines
460 B
YAML
10 lines
460 B
YAML
files:
|
|
- source: /packages/translation/src/lang/en.json
|
|
translation: /packages/translation/src/lang/%two_letters_code%.json
|
|
|
|
# Title of pull request and so the commit that will be used for squashed merge commit
|
|
pull_request_title: "chore(lang): updated translations from crowdin"
|
|
|
|
# Custom commit message that is not only appended
|
|
commit_message: "chore(lang): update translations %original_file_name% from crowdin [skip ci]"
|
|
append_commit_message: false |