File tree 2 files changed +5
-4
lines changed
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
115
115
{
116
116
public static void Postfix ( ref string __result )
117
117
{
118
+ if ( String . IsNullOrEmpty ( __result ) ) return ;
118
119
if ( TranslationDB . LangDescription . TryGetValue ( __result , out var transValue ) )
119
120
{
120
121
//Logger.Log($"{__result} to {transValue.Translation}");
Original file line number Diff line number Diff line change 2923
2923
},
2924
2924
{
2925
2925
"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枚ドローする。" ,
2928
2928
"context" : null
2929
2929
},
2930
2930
{
3223
3223
},
3224
3224
{
3225
3225
"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>自分のターンに発動できる。フィールドのこのカードを墓地に送る 。" ,
3228
3228
"context" : null
3229
3229
},
3230
3230
{
You can’t perform that action at this time.
0 commit comments