Skip to content

Commit a4fd1bc

Browse files
committed
fix(web): remove unneeded translations
1 parent 773df0d commit a4fd1bc

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

web/src/app/shared/name.pipe.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ const nameMap: Record<NameKeys, string> = {
1313
fubuki: $localize`:@@fubuki:Shirakami Fubuki`,
1414
matsuri: $localize`:@@matsuri:Natsuiro Matsuri`,
1515
haato: $localize`:@@haato:Akai Haato`,
16-
haato_alt: $localize`:@@haato_alt:Akai Haato Sub`,
1716
aki: $localize`:@@aki:Aki Rosenthal`,
18-
aki_alt: $localize`:@@aki_alt:Aki Rosenthal Sub`,
1917
mel: $localize`:@@mel:Yozora Mel`,
2018
choco: $localize`:@@choco:Yuzuki Choco`,
2119
choco_alt: $localize`:@@choco_alt:Yuzuki Choco Sub`,

web/src/i18n/en.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ export const translations: Translations = {
3838
fubuki: "Shirakami Fubuki",
3939
matsuri: "Natsuiro Matsuri",
4040
haato: "Akai Haato",
41-
haato_alt: "Akai Haato Sub",
4241
aki: "Aki Rosenthal",
43-
aki_alt: "Aki Rosenthal Sub",
4442
mel: "Yozora Mel",
4543
choco: "Yuzuki Choco",
4644
choco_alt: "Yuzuki Choco Sub",

web/src/i18n/zh.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ export const translations: Translations = {
3838
fubuki: "白上フブキ",
3939
matsuri: "夏色まつり",
4040
haato: "赤井はあと",
41-
haato_alt: "赤井はあと Sub",
4241
aki: "アキロゼ",
43-
aki_alt: "アキロゼ Sub",
4442
mel: "夜空メル",
4543
choco: "癒月ちょこ",
4644
choco_alt: "癒月ちょこ Sub",

0 commit comments

Comments
 (0)