Skip to content

Commit

Permalink
Update Kr world names
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluefissure committed Apr 28, 2020
1 parent a148c7f commit 18e9d96
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 4 additions & 4 deletions resources/world.js
Original file line number Diff line number Diff line change
Expand Up @@ -557,10 +557,10 @@ let gWorldIdToName = {
'2072': 'KrNewPublic3',
'2073': 'KrNewPublic4',
'2074': 'KrNewPublic5',
'2075': 'KrCarbuncle',
'2076': 'KrChocobo',
'2077': 'KrMoogle',
'2078': 'KrTonberry',
'2075': '\uce74\ubc99\ud074',
'2076': '\ucd08\ucf54\ubcf4',
'2077': '\ubaa8\uadf8\ub9ac',
'2078': '\ud1a4\ubca0\ub9ac',
'2079': 'KrCaitsith',
'2560': 'koreacontents1',
'2561': 'koreacontents2',
Expand Down
6 changes: 5 additions & 1 deletion util/gen_world_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,11 @@ def world_localize(name):
"MengYuBaoJing": "梦羽宝境",
"HaiMaoChaWu": "海猫茶屋",
"RouFengHaiWan": "柔风海湾",
"HuPoYuan": "琥珀原"
"HuPoYuan": "琥珀原",
"KrChocobo": "초코보",
"KrMoogle": "모그리",
"KrCarbuncle": "카벙클",
"KrTonberry": "톤베리"
}
return d[name] if name in d else name

Expand Down

0 comments on commit 18e9d96

Please sign in to comment.