File tree Expand file tree Collapse file tree 6 files changed +7
-47
lines changed Expand file tree Collapse file tree 6 files changed +7
-47
lines changed Original file line number Diff line number Diff line change 1717 (
1818 startsWith(github.event.pull_request.title, '[Bot] ') ||
1919 startsWith(github.event.pull_request.title, 'Bump ') ||
20- startsWith(github.event.pull_request.title, 'New Crowdin Translations ') ||
20+ startsWith(github.event.pull_request.title, 'New Crowdin updates ') ||
2121 startsWith(github.event.pull_request.title, 'Update Gradle Wrapper from')
2222 )
2323 )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1414 (
1515 startsWith(github.event.pull_request.title, '[Bot] ') ||
1616 startsWith(github.event.pull_request.title, 'Bump ') ||
17- startsWith(github.event.pull_request.title, 'New Crowdin Translations ') ||
17+ startsWith(github.event.pull_request.title, 'New Crowdin updates ') ||
1818 startsWith(github.event.pull_request.title, 'Update Gradle Wrapper from')
1919 )
2020 )
Original file line number Diff line number Diff line change 1515 (
1616 startsWith(github.event.pull_request.title, '[Bot] ') ||
1717 startsWith(github.event.pull_request.title, 'Bump ') ||
18- startsWith(github.event.pull_request.title, 'New Crowdin Translations ') ||
18+ startsWith(github.event.pull_request.title, 'New Crowdin updates ') ||
1919 startsWith(github.event.pull_request.title, 'Update Gradle Wrapper from')
2020 )
2121 )
Original file line number Diff line number Diff line change @@ -331,7 +331,7 @@ jobs:
331331 (
332332 startsWith(github.event.pull_request.title, '[Bot] ') ||
333333 startsWith(github.event.pull_request.title, 'Bump ') ||
334- startsWith(github.event.pull_request.title, 'New Crowdin Translations ') ||
334+ startsWith(github.event.pull_request.title, 'New Crowdin updates ') ||
335335 startsWith(github.event.pull_request.title, 'Update Gradle Wrapper from')
336336 )
337337 )
@@ -367,7 +367,7 @@ jobs:
367367 (
368368 startsWith(github.event.pull_request.title, '[Bot] ') ||
369369 startsWith(github.event.pull_request.title, 'Bump ') ||
370- startsWith(github.event.pull_request.title, 'New Crowdin Translations ') ||
370+ startsWith(github.event.pull_request.title, 'New Crowdin updates ') ||
371371 startsWith(github.event.pull_request.title, 'Update Gradle Wrapper from')
372372 )
373373 )
Original file line number Diff line number Diff line change 11files :
2- - source : /jablib/ src/main/resources/l10n/JabRef_en.properties
3- translation : /jablib/ src/main/resources/l10n/JabRef_%two_letters_code%.properties
2+ - source : /src/main/resources/l10n/JabRef_en.properties
3+ translation : /src/main/resources/l10n/JabRef_%two_letters_code%.properties
44 languages_mapping :
55 two_letters_code :
66 pt-BR : pt_BR
You can’t perform that action at this time.
0 commit comments