From 05c8bbfb8d1793208c610440cb8d92ff1e81ca52 Mon Sep 17 00:00:00 2001 From: Yifan Liu Date: Fri, 9 Dec 2022 15:18:46 -0600 Subject: [PATCH] fix: JP daily supply & loading text fix Updated the JP json file to include the previously untranslated TodaysSupplies and Loading attributes. This should close #2901 --- resource/global/YoStarJP/resource/tasks.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/resource/global/YoStarJP/resource/tasks.json b/resource/global/YoStarJP/resource/tasks.json index dbce019d18..47aec8b958 100644 --- a/resource/global/YoStarJP/resource/tasks.json +++ b/resource/global/YoStarJP/resource/tasks.json @@ -3031,5 +3031,23 @@ 550, 85 ] + }, + "TodaysSupplies": { + "text": [ + "本日配給" + ] + }, + "Loading": { + "text": [ + "ニューラル", + "コネクタ", + "接続中" + ], + "roi": [ + 700, + 600, + 350, + 120 + ] } }