File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ public static class LangFix
115115 {
116116 public static void Postfix ( ref string __result )
117117 {
118+ if ( String . IsNullOrEmpty ( __result ) ) return ;
118119 if ( TranslationDB . LangDescription . TryGetValue ( __result , out var transValue ) )
119120 {
120121 //Logger.Log($"{__result} to {transValue.Translation}");
Original file line number Diff line number Diff line change 29232923 },
29242924 {
29252925 "key" : " 0.75.xml.context" ,
2926- "original" : " 前方1マスに<color=#870011>7 </color>ダメージを与える。カードを1枚ドローする。" ,
2927- "translation" : " 前方1マスに<color=#870011>7 </color>ダメージを与える。カードを1枚ドローする。" ,
2926+ "original" : " 前方1マスに<color=#870011>10 </color>ダメージを与える。カードを1枚ドローする。" ,
2927+ "translation" : " 前方1マスに<color=#870011>10 </color>ダメージを与える。カードを1枚ドローする。" ,
29282928 "context" : null
29292929 },
29302930 {
32233223 },
32243224 {
32253225 "key" : " 0.98.xml.context" ,
3226- "original" : " ( <b><color=#352F00>カウントダウン </color></b>:3) <br><b><color=#352F00>[パーマネント ]</color></b>自分と敵の全てのダメージは2倍になる 。" ,
3227- "translation" : " ( <b><color=#352F00>カウントダウン </color></b>:3) <br><b><color=#352F00>[パーマネント ]</color></b>自分と敵の全てのダメージは2倍になる 。" ,
3226+ "original" : " <b><color=#352F00>[パーマネント] </color></b>自分と敵の全てのダメージは2倍になる。 <br><b><color=#352F00>[アクティベート ]</color></b>自分のターンに発動できる。フィールドのこのカードを墓地に送る 。" ,
3227+ "translation" : " <b><color=#352F00>[パーマネント] </color></b>自分と敵の全てのダメージは2倍になる。 <br><b><color=#352F00>[アクティベート ]</color></b>自分のターンに発動できる。フィールドのこのカードを墓地に送る 。" ,
32283228 "context" : null
32293229 },
32303230 {
You can’t perform that action at this time.
0 commit comments