File tree Expand file tree Collapse file tree 2 files changed +24
-4
lines changed Expand file tree Collapse file tree 2 files changed +24
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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]
You can’t perform that action at this time.
0 commit comments