Skip to content

Commit

Permalink
i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
delphiactual committed Jun 29, 2024
1 parent 8a9d4ad commit af1f3e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@
"Harmonic": "Harmonic",
"HiveSword": "Hive Sword",
"LightLevel": "Light Level",
"Prismatic": "Prismatic",
"RespawnRestricted": "Respawn Restricted",
"Smoke": "Smoke",
"Misadventure": "Misadventure",
Expand Down
1 change: 1 addition & 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,7 @@ const manualTranslations: { [key in TranslateManually]: I18nKey } = {
[FontGlyphs.light]: tl('Glyphs.LightLevel'),
[DimCustomSymbols.harmonic]: tl('Glyphs.Harmonic'),
[DimCustomSymbols.respawn_restricted]: tl('Glyphs.RespawnRestricted'),
[DimCustomSymbols.prismatic]: tl('Glyphs.Prismatic'),
[FontGlyphs.void_titan_axe_throw_relic]: tl('Glyphs.Axe'),
[FontGlyphs.light_ability]: tl('Glyphs.LightAbility'),
[FontGlyphs.darkness_ability]: tl('Glyphs.DarkAbility'),
Expand Down

0 comments on commit af1f3e2

Please sign in to comment.