Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qubqub committed Sep 29, 2024
1 parent de10d91 commit 3259916
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Entities/Multilingual.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,7 @@ public static class Multilingual {
{ "level_detail_online_platform_xbl", "엑스박스 네트워크" },
{ "level_detail_online_platform_nso", "닌텐도 스위치 온라인" },
{ "level_detail_race", "레이스" },
{ "level_detail_hunt", "포인트" },
{ "level_detail_hunt", "점수" },
{ "level_detail_survival", "생존" },
{ "level_detail_logic", "로직" },
{ "level_detail_team", "팀" },
Expand Down Expand Up @@ -6676,15 +6676,15 @@ public static class Multilingual {

{ "user_creative_race_round", "사용자 폴크리 레이스 라운드" },
{ "user_creative_survival_round", "사용자 폴크리 생존 라운드" },
{ "user_creative_hunt_round", "사용자 폴크리 포인트 라운드" },
{ "user_creative_hunt_round", "사용자 폴크리 점수 라운드" },
{ "user_creative_logic_round", "사용자 폴크리 로직 라운드" },
{ "user_creative_team_round", "사용자 폴크리 팀 라운드" },
{ "creative_race_round", "폴크리 레이스 라운드" },
{ "creative_race_final_round", "폴크리 레이스 결승 라운드" },
{ "creative_survival_round", "폴크리 생존 라운드" },
{ "creative_survival_final_round", "폴크리 생존 결승 라운드" },
{ "creative_hunt_round", "폴크리 포인트 라운드" },
{ "creative_hunt_final_round", "폴크리 포인트 결승 라운드" },
{ "creative_hunt_round", "폴크리 점수 라운드" },
{ "creative_hunt_final_round", "폴크리 점수 결승 라운드" },
{ "creative_logic_round", "폴크리 로직 라운드" },
{ "creative_logic_final_round", "폴크리 로직 결승 라운드" },
{ "creative_team_round", "폴크리 팀 라운드" },
Expand Down

0 comments on commit 3259916

Please sign in to comment.