Skip to content

Commit fd23447

Browse files
committed
Revert "Add Crowdin action (#13007)"
This reverts commit ef3d440.
1 parent 4ff598a commit fd23447

File tree

6 files changed

+7
-47
lines changed

6 files changed

+7
-47
lines changed

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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
)

.github/workflows/crowdin.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

.github/workflows/on-pr-closed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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
)

.github/workflows/on-pr-opened-updated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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
)

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
)

crowdin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
files:
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

0 commit comments

Comments
 (0)