Skip to content

Commit

Permalink
Merge pull request #10621 from DestinyItemManager/dcs-build
Browse files Browse the repository at this point in the history
[DCS] Symbols Update
  • Loading branch information
auto-merge-helper[bot] committed Jun 29, 2024
2 parents b28cdf2 + af1f3e2 commit a397865
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
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
Binary file modified src/data/font/DIMSymbols.woff2
Binary file not shown.
6 changes: 5 additions & 1 deletion src/data/font/symbol-name-sources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2089,6 +2089,10 @@ export const symbolData: {
fromRichText: false,
},
},
{
codepoint: 983382,
glyph: '󰅖',
},
{
codepoint: 61244,
glyph: '',
Expand Down Expand Up @@ -2556,7 +2560,7 @@ export const symbolData: {
},
];
const translateManually = [
57495, 57654, 983359, 61239, 57665, 61244, 61245, 57671, 57426, 983376, 983269,
57495, 57654, 983359, 61239, 57665, 983382, 61244, 61245, 57671, 57426, 983376, 983269,
] as const;
export type TranslateManually = (typeof translateManually)[number];

Expand Down

0 comments on commit a397865

Please sign in to comment.