Skip to content

Commit

Permalink
Merge pull request #10597 from DestinyItemManager/dcs-build
Browse files Browse the repository at this point in the history
[DCS] Symbols Update
  • Loading branch information
delphiactual authored Jun 23, 2024
2 parents 9b87732 + 8e9bdb9 commit 6f4eccb
Show file tree
Hide file tree
Showing 4 changed files with 210 additions and 857 deletions.
3 changes: 3 additions & 0 deletions config/i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,9 @@
},
"Glyphs": {
"Missing": "Missing",
"Axe": "Axe",
"DarkAbility": "Darkness Ability",
"LightAbility": "Light Ability",
"Gilded": "Gilded",
"Harmonic": "Harmonic",
"HiveSword": "Hive Sword",
Expand Down
3 changes: 3 additions & 0 deletions src/app/dim-ui/destiny-symbols/destiny-symbols.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ const manualTranslations: { [key in TranslateManually]: I18nKey } = {
[FontGlyphs.light]: tl('Glyphs.LightLevel'),
[DimCustomSymbols.harmonic]: tl('Glyphs.Harmonic'),
[DimCustomSymbols.respawn_restricted]: tl('Glyphs.RespawnRestricted'),
[FontGlyphs.void_titan_axe_throw_relic]: tl('Glyphs.Axe'),
[FontGlyphs.light_ability]: tl('Glyphs.LightAbility'),
[FontGlyphs.darkness_ability]: tl('Glyphs.DarkAbility'),
};

export type SymbolsMap = { glyph: string; name: string; fullName: string }[];
Expand Down
Loading

0 comments on commit 6f4eccb

Please sign in to comment.