Skip to content

Commit

Permalink
Fix Reimu translation to match LW in-game translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ununoctium117 committed Apr 29, 2024
1 parent 3db3fa7 commit 871d223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fumo_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"amiami_link": "https://www.amiami.com/eng/detail/?gcode=GOODS-04417656"
},
{
"name": "Lost Word ~ The Shaman Who Takes Down the Gods Version",
"name": "Lost Word ~ God-Summoning Shaman Version",
"id": "983",
"img": "https://www.gift-gift.jp/nui/files/images/nui983_01.jpg",
"release_dates": [
Expand Down
2 changes: 1 addition & 1 deletion imgfetch.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async function doWork() {
}

for (let character of fumoData.characters) {
console.log('Downloading images of ' + character.name + ' fumos...');
console.log('Downloading images of ' + character.ch_name + ' fumos...');
for (let key of ['regular', 'straps', 'puppets', 'dekas']) {
if (character.hasOwnProperty(key)) {
for (let fumo of character[key]) {
Expand Down

0 comments on commit 871d223

Please sign in to comment.