Skip to content

Commit 84103d2

Browse files
committed
update v2.0.5
1 parent 07030dc commit 84103d2

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Diff for: DungeonArtifactTrans/Hooks.cs

+1
Original file line numberDiff line numberDiff 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}");

Diff for: ExtractTranslations/Extracted/spell.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -2923,8 +2923,8 @@
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
{
@@ -3223,8 +3223,8 @@
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
{

0 commit comments

Comments
 (0)