Skip to content

Commit

Permalink
Update alt names
Browse files Browse the repository at this point in the history
  • Loading branch information
the1812 committed May 6, 2022
1 parent f3ae9b3 commit 636a2d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/core/metadata/thb-wiki/alt-names.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ exports.altNames = new Map([
['4_16', '4_16☆'],
['11ama_sama', '11ama'],
['Black Lotus', 'BlackLotus'],
['Bluewind', 'BlueWind'],
['Clean Tears', 'CleanTears'],
['Camellia', 'かめりあ'],
['Darkness Ten', 'Darkness_Ten'],
Expand All @@ -17,6 +18,7 @@ exports.altNames = new Map([
['DJ suslik', 'cnsuslik'],
['Edelritter(Nhato×Taishi)', 'Edelritter'],
['Frozen Starfall', 'FS'],
['hachysu', 'Hachysu'],
['Kirin', 'きりん'],
['Miokio米歌', 'Miokio米欧'],
['米欧', 'Miokio米欧'],
Expand Down
2 changes: 2 additions & 0 deletions src/core/metadata/thb-wiki/alt-names.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export const altNames = new Map<string, string>([
['4_16', '4_16☆'],
['11ama_sama', '11ama'],
['Black Lotus', 'BlackLotus'],
['Bluewind', 'BlueWind'],
['Clean Tears', 'CleanTears'],
['Camellia', 'かめりあ'],
['Darkness Ten', 'Darkness_Ten'],
Expand All @@ -14,6 +15,7 @@ export const altNames = new Map<string, string>([
['DJ suslik', 'cnsuslik'],
['Edelritter(Nhato×Taishi)', 'Edelritter'],
['Frozen Starfall', 'FS'],
['hachysu', 'Hachysu'],
['Kirin', 'きりん'],
['Miokio米歌', 'Miokio米欧'],
['米欧', 'Miokio米欧'],
Expand Down

0 comments on commit 636a2d9

Please sign in to comment.