-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9,992 changed files
with
44,000 additions
and
23,898 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
# .git-blame-ignore-revs | ||
# lint with rubocop --autocorrect (safe cops only) | ||
48a4f1b6adb1e847a90a61f2ab277f28bcd77608 | ||
# Update copyright information for 2023 | ||
21a696ef9b170e14ad2daf53364a4c2113822c2f | ||
# Update copyright information for 2024 | ||
c795874f7f281297bbd3bad2fdb58b24cb4ce624 | ||
# rubocop autocorrections | ||
48a4f1b6adb1e847a90a61f2ab277f28bcd77608 | ||
f3c99ee5dded81ad55f2b6f3706216d5fa765677 | ||
5c72ea0046a6b5230bf456f55a296ed6fd579535 | ||
9e4934cd0a468f46d8f0fc0f11ebc2d4216f789c | ||
6678cab48d443b5782fa93b171d62093819ee4fc | ||
fa5d03eae00bc8931f99598a74ffd76e0cbca3da | ||
b10e6d718cc49e3574837d97fab268e3ecb3fcbd | ||
# accidental merge | ||
7787e457a37d8d1ef5b6d0c2e326bdc42338ac7b | ||
3b2121f7333f0ce7f3515b29c760c0580c31a245 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
name: i18n-inconsistency-check | ||
|
||
on: | ||
push: | ||
branches: | ||
- dev | ||
- release/* | ||
paths-ignore: | ||
- 'docs/**' | ||
- 'help/**' | ||
pull_request: | ||
types: [opened, reopened, synchronize] | ||
paths-ignore: | ||
- 'docs/**' | ||
- 'help/**' | ||
- 'packaging/**' | ||
- '.pkgr.yml' | ||
|
||
permissions: | ||
contents: read | ||
|
||
jobs: | ||
i18n-tasks: | ||
permissions: | ||
contents: read | ||
if: github.repository == 'opf/openproject' | ||
name: I18n inconsistency check | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
|
||
- name: Setup Ruby | ||
uses: ruby/setup-ruby@v1 | ||
|
||
- name: Setup i18n-tasks | ||
run: | | ||
gem install i18n-tasks | ||
- name: Run inconsistent translations check | ||
run: | | ||
i18n-tasks \ | ||
check-consistent-interpolations \ | ||
--config config/i18n-tasks-all-files.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.