-
-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into renovate/angular-monorepo
- Loading branch information
Showing
84 changed files
with
1,575 additions
and
271 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,8 @@ name: Check and Fix Missing Translation Keys | |
|
||
on: | ||
push: | ||
branches: | ||
- '**' | ||
pull_request: | ||
branches: | ||
- main | ||
branches-ignore: | ||
- master | ||
|
||
jobs: | ||
check-translation-keys: | ||
|
@@ -15,6 +12,9 @@ jobs: | |
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 # Ensure full Git history is fetched | ||
ref: ${{ github.ref }} # Checkout the branch that triggered the workflow | ||
|
||
- name: Set up Python | ||
uses: actions/setup-python@v4 | ||
|
@@ -35,7 +35,7 @@ jobs: | |
git config user.email "[email protected]" | ||
git add apps/keira/src/assets/i18n/*.json | ||
git commit -m "Fix missing translation keys" | ||
git push | ||
git push origin HEAD | ||
else | ||
echo "No missing keys detected." | ||
fi |
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,29 +1,29 @@ | ||
.item-select { | ||
.item-quality { | ||
/* Quality (used for text with white background) */ | ||
|
||
.q { | ||
&-q { | ||
color: #ffd100; | ||
} | ||
.q0 { | ||
&-q0 { | ||
color: #757575; | ||
} | ||
/* .q1 { color:#ffffff; } */ | ||
.q2 { | ||
&-q2 { | ||
color: #4caf50; | ||
} | ||
.q3 { | ||
&-q3 { | ||
color: #0070dd; | ||
} | ||
.q4 { | ||
&-q4 { | ||
color: #a335ee; | ||
} | ||
.q5 { | ||
&-q5 { | ||
color: #ffc107; | ||
} | ||
.q6 { | ||
&-q6 { | ||
color: #ffab00; | ||
} | ||
.q7 { | ||
&-q7 { | ||
color: #ff8a65; | ||
} | ||
} |
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
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.