From d69aed9e87e02e4d8e2c833bbe5da0f7606cbdac Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Wed, 21 Jun 2023 02:19:09 -0700 Subject: [PATCH] Add translation for Auto Summon token --- public/locales/en/common.json | 1 + public/locales/ja/common.json | 1 + 2 files changed, 2 insertions(+) diff --git a/public/locales/en/common.json b/public/locales/en/common.json index 965dff8a..29acc26f 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -383,6 +383,7 @@ "charge_attack": "Charge Attack", "full_auto": "Full Auto", "auto_guard": "Auto Guard", + "auto_summon": "Auto Summon", "turn_count": "Turn count", "button_chain": "Buttons/Chains", "clear_time": "Clear time" diff --git a/public/locales/ja/common.json b/public/locales/ja/common.json index 62827094..7391a5b4 100644 --- a/public/locales/ja/common.json +++ b/public/locales/ja/common.json @@ -380,6 +380,7 @@ "charge_attack": "奥義", "full_auto": "フルオート", "auto_guard": "オートガード", + "auto_summon": "オート召喚", "turn_count": "経過ターン", "button_chain": "ポチチェイン", "clear_time": "討伐時間"