Skip to content

Commit 75ec1ab

Browse files
committed
fix# fix compability bug.
1 parent b8f664a commit 75ec1ab

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

DungeonArtifactTrans/Hooks.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,6 @@ public static void Postfix()
9595
Vocabulary.VrbToStr = ApplyLocalization(Vocabulary.VrbToStr);
9696
Vocabulary.AuxToStr = ApplyLocalization(Vocabulary.AuxToStr);
9797
}
98-
99-
var fi = AccessTools.Field(typeof(GameProgress), "values");
100-
var value = fi.GetValue(null) as GameProgress.Progress;
101-
value.exp += 999999;
10298
}
10399
}
104100

ExtractTranslations/Extracted/vocabulary2.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2242,5 +2242,29 @@
22422242
"original": "実績",
22432243
"translation": "実績",
22442244
"context": null
2245+
},
2246+
{
2247+
"key": "now_loading",
2248+
"original": "ロード中",
2249+
"translation": "ロード中",
2250+
"context": null
2251+
},
2252+
{
2253+
"key": "autoTurnEnd",
2254+
"original": "自動で自分のターンを終了する",
2255+
"translation": "自動で自分のターンを終了する",
2256+
"context": null
2257+
},
2258+
{
2259+
"key": "achievement_start",
2260+
"original": "Achievement",
2261+
"translation": "Achievement",
2262+
"context": null
2263+
},
2264+
{
2265+
"key": "achievement_exp",
2266+
"original": "実績の進捗状況を確認できます。",
2267+
"translation": "実績の進捗状況を確認できます。",
2268+
"context": null
22452269
}
22462270
]

0 commit comments

Comments
 (0)