Skip to content

Commit

Permalink
Merge branch 'master' into renovate/angular-monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
Helias authored Jan 19, 2025
2 parents d7271e4 + 3dcc52c commit 25ed0f8
Show file tree
Hide file tree
Showing 84 changed files with 1,575 additions and 271 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/sync_i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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
15 changes: 15 additions & 0 deletions apps/keira/src/app/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ import {
AcoreStringHandlerService,
SelectAcoreStringComponent,
} from 'texts';
import { GameTeleComponent, GameTeleHandlerService, SelectGameTeleComponent } from '@keira/features/game-tele';

export const KEIRA_ROUTES: Routes = [
{
Expand Down Expand Up @@ -484,4 +485,18 @@ export const KEIRA_ROUTES: Routes = [
},
],
},
{
path: 'game-tele',
children: [
{
path: 'select',
component: SelectGameTeleComponent,
},
{
path: 'tele',
component: GameTeleComponent,
canActivate: [GameTeleHandlerService],
},
],
},
];
18 changes: 9 additions & 9 deletions apps/keira/src/app/scss/_item-select.scss
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;
}
}
4 changes: 2 additions & 2 deletions apps/keira/src/app/scss/_utils.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ input[type='radio'] {
}
.item-extended-cost {
display: inline-block;
background-color: #080d22;
color: #fff;
background-color: inherit;
color: inherit;
padding: 4px 10px 4px 0px;
}
.item-extended-cost img {
Expand Down
10 changes: 9 additions & 1 deletion apps/keira/src/assets/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@
"TITLE": "Zauber-DBC-Overrides",
"SEARCH_SPELL": "Zauber suchen",
"SPELL_DBC_EDITOR": "Zauber-DBC-Editor"
},
"GAME_TELE": {
"TITLE": "Game Teleport",
"SEARCH_GAME_TELE": "Search Teleport",
"SELECT_GAME_TELE": "Game Tele Editor"
}
},
"DASHBOARD": {
Expand Down Expand Up @@ -570,7 +575,7 @@
"CONDITIONS": {
"SELECT": {
"SOURCE_GROUP": "Quellgruppe:",
"SOURCE_ENTRY:": "Quelleintrag:",
"SOURCE_ENTRY": "Quelleintrag:",
"CREATE_NEW": "Neu erstellen"
},
"EDITOR": {
Expand Down Expand Up @@ -862,5 +867,8 @@
"SPELL_PRIORITY": "Unknown. Only used value is 50 for some spells.",
"REQUIRED_AURA_VISION": "Unknown. Only 16 Spells use another value as 0. Could be used for visual effects."
}
},
"GAME_TELE": {
"EDITOR": "Teleport Editor"
}
}
10 changes: 9 additions & 1 deletion apps/keira/src/assets/i18n/el.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@
"TITLE": "Spell DBC overrides",
"SEARCH_SPELL": "Search Spell",
"SPELL_DBC_EDITOR": "Spell DBC editor"
},
"GAME_TELE": {
"TITLE": "Game Teleport",
"SEARCH_GAME_TELE": "Search Teleport",
"SELECT_GAME_TELE": "Game Tele Editor"
}
},
"DASHBOARD": {
Expand Down Expand Up @@ -570,7 +575,7 @@
"CONDITIONS": {
"SELECT": {
"SOURCE_GROUP": "Source Group:",
"SOURCE_ENTRY:": "Source Entry:",
"SOURCE_ENTRY": "Source Entry:",
"CREATE_NEW": "Create new"
},
"EDITOR": {
Expand Down Expand Up @@ -862,5 +867,8 @@
"SPELL_PRIORITY": "Unknown. Only used value is 50 for some spells.",
"REQUIRED_AURA_VISION": "Unknown. Only 16 Spells use another value as 0. Could be used for visual effects."
}
},
"GAME_TELE": {
"EDITOR": "Teleport Editor"
}
}
10 changes: 9 additions & 1 deletion apps/keira/src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@
"TITLE": "Spell DBC overrides",
"SEARCH_SPELL": "Search Spell",
"SPELL_DBC_EDITOR": "Spell DBC editor"
},
"GAME_TELE": {
"TITLE": "Game Teleport",
"SEARCH_GAME_TELE": "Search Teleport",
"SELECT_GAME_TELE": "Game Tele Editor"
}
},
"DASHBOARD": {
Expand Down Expand Up @@ -570,7 +575,7 @@
"CONDITIONS": {
"SELECT": {
"SOURCE_GROUP": "Source Group:",
"SOURCE_ENTRY:": "Source Entry:",
"SOURCE_ENTRY": "Source Entry:",
"CREATE_NEW": "Create new"
},
"EDITOR": {
Expand Down Expand Up @@ -862,5 +867,8 @@
"SPELL_PRIORITY": "Unknown. Only used value is 50 for some spells.",
"REQUIRED_AURA_VISION": "Unknown. Only 16 Spells use another value as 0. Could be used for visual effects."
}
},
"GAME_TELE": {
"EDITOR": "Teleport Editor"
}
}
10 changes: 9 additions & 1 deletion apps/keira/src/assets/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@
"TITLE": "Anulaciones de Hechizos (Spell DBC)",
"SEARCH_SPELL": "Buscar Hechizos",
"SPELL_DBC_EDITOR": "Editor de Hechizos (Spell DBC)"
},
"GAME_TELE": {
"TITLE": "Game Teleport",
"SEARCH_GAME_TELE": "Search Teleport",
"SELECT_GAME_TELE": "Game Tele Editor"
}
},
"DASHBOARD": {
Expand Down Expand Up @@ -570,7 +575,7 @@
"CONDITIONS": {
"SELECT": {
"SOURCE_GROUP": "Fuente de Grupo:",
"SOURCE_ENTRY:": "Fuente de Entrada:",
"SOURCE_ENTRY": "Fuente de Entrada:",
"CREATE_NEW": "Crear nuevo"
},
"EDITOR": {
Expand Down Expand Up @@ -862,5 +867,8 @@
"SPELL_PRIORITY": "Desconocido. Sólo se usa el valor 50 para algunos hechizos.",
"REQUIRED_AURA_VISION": "Desconocido. Sólo 16 hechizos usan otro valor como 0. Podría ser usado para efectos visuales."
}
},
"GAME_TELE": {
"EDITOR": "Teleport Editor"
}
}
10 changes: 9 additions & 1 deletion apps/keira/src/assets/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@
"TITLE": "Spell DBC overrides",
"SEARCH_SPELL": "Search Spell",
"SPELL_DBC_EDITOR": "Spell DBC editor"
},
"GAME_TELE": {
"TITLE": "Game Teleport",
"SEARCH_GAME_TELE": "Search Teleport",
"SELECT_GAME_TELE": "Game Tele Editor"
}
},
"DASHBOARD": {
Expand Down Expand Up @@ -570,7 +575,7 @@
"CONDITIONS": {
"SELECT": {
"SOURCE_GROUP": "Source Group:",
"SOURCE_ENTRY:": "Source Entry:",
"SOURCE_ENTRY": "Source Entry:",
"CREATE_NEW": "Create new"
},
"EDITOR": {
Expand Down Expand Up @@ -862,5 +867,8 @@
"SPELL_PRIORITY": "Unknown. Only used value is 50 for some spells.",
"REQUIRED_AURA_VISION": "Unknown. Only 16 Spells use another value as 0. Could be used for visual effects."
}
},
"GAME_TELE": {
"EDITOR": "Teleport Editor"
}
}
10 changes: 9 additions & 1 deletion apps/keira/src/assets/i18n/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@
"TITLE": "Spell DBC overrides",
"SEARCH_SPELL": "Search Spell",
"SPELL_DBC_EDITOR": "Spell DBC editor"
},
"GAME_TELE": {
"TITLE": "Game Teleport",
"SEARCH_GAME_TELE": "Search Teleport",
"SELECT_GAME_TELE": "Game Tele Editor"
}
},
"DASHBOARD": {
Expand Down Expand Up @@ -570,7 +575,7 @@
"CONDITIONS": {
"SELECT": {
"SOURCE_GROUP": "Source Group:",
"SOURCE_ENTRY:": "Source Entry:",
"SOURCE_ENTRY": "Source Entry:",
"CREATE_NEW": "Create new"
},
"EDITOR": {
Expand Down Expand Up @@ -862,5 +867,8 @@
"SPELL_PRIORITY": "Unknown. Only used value is 50 for some spells.",
"REQUIRED_AURA_VISION": "Unknown. Only 16 Spells use another value as 0. Could be used for visual effects."
}
},
"GAME_TELE": {
"EDITOR": "Teleport Editor"
}
}
10 changes: 9 additions & 1 deletion apps/keira/src/assets/i18n/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@
"TITLE": "Spell DBC overrides",
"SEARCH_SPELL": "Search Spell",
"SPELL_DBC_EDITOR": "Spell DBC editor"
},
"GAME_TELE": {
"TITLE": "Game Teleport",
"SEARCH_GAME_TELE": "Search Teleport",
"SELECT_GAME_TELE": "Game Tele Editor"
}
},
"DASHBOARD": {
Expand Down Expand Up @@ -570,7 +575,7 @@
"CONDITIONS": {
"SELECT": {
"SOURCE_GROUP": "Source Group:",
"SOURCE_ENTRY:": "Source Entry:",
"SOURCE_ENTRY": "Source Entry:",
"CREATE_NEW": "Create new"
},
"EDITOR": {
Expand Down Expand Up @@ -862,5 +867,8 @@
"SPELL_PRIORITY": "Unknown. Only used value is 50 for some spells.",
"REQUIRED_AURA_VISION": "Unknown. Only 16 Spells use another value as 0. Could be used for visual effects."
}
},
"GAME_TELE": {
"EDITOR": "Teleport Editor"
}
}
10 changes: 9 additions & 1 deletion apps/keira/src/assets/i18n/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@
"TITLE": "Spell DBC overrides",
"SEARCH_SPELL": "Search Spell",
"SPELL_DBC_EDITOR": "Spell DBC editor"
},
"GAME_TELE": {
"TITLE": "Game Teleport",
"SEARCH_GAME_TELE": "Search Teleport",
"SELECT_GAME_TELE": "Game Tele Editor"
}
},
"DASHBOARD": {
Expand Down Expand Up @@ -570,7 +575,7 @@
"CONDITIONS": {
"SELECT": {
"SOURCE_GROUP": "Source Group:",
"SOURCE_ENTRY:": "Source Entry:",
"SOURCE_ENTRY": "Source Entry:",
"CREATE_NEW": "Create new"
},
"EDITOR": {
Expand Down Expand Up @@ -862,5 +867,8 @@
"SPELL_PRIORITY": "Unknown. Only used value is 50 for some spells.",
"REQUIRED_AURA_VISION": "Unknown. Only 16 Spells use another value as 0. Could be used for visual effects."
}
},
"GAME_TELE": {
"EDITOR": "Teleport Editor"
}
}
10 changes: 9 additions & 1 deletion apps/keira/src/assets/i18n/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@
"TITLE": "Spell DBC overrides",
"SEARCH_SPELL": "Search Spell",
"SPELL_DBC_EDITOR": "Spell DBC editor"
},
"GAME_TELE": {
"TITLE": "Game Teleport",
"SEARCH_GAME_TELE": "Search Teleport",
"SELECT_GAME_TELE": "Game Tele Editor"
}
},
"DASHBOARD": {
Expand Down Expand Up @@ -570,7 +575,7 @@
"CONDITIONS": {
"SELECT": {
"SOURCE_GROUP": "Source Group:",
"SOURCE_ENTRY:": "Source Entry:",
"SOURCE_ENTRY": "Source Entry:",
"CREATE_NEW": "Create new"
},
"EDITOR": {
Expand Down Expand Up @@ -862,5 +867,8 @@
"SPELL_PRIORITY": "Unknown. Only used value is 50 for some spells.",
"REQUIRED_AURA_VISION": "Unknown. Only 16 Spells use another value as 0. Could be used for visual effects."
}
},
"GAME_TELE": {
"EDITOR": "Teleport Editor"
}
}
Loading

0 comments on commit 25ed0f8

Please sign in to comment.