From a7607d3f8a4870cb6b73c048cc8857357510171e Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Thu, 22 Jun 2023 02:27:19 -0700 Subject: [PATCH] Add "all battles" string --- 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 e19e664e..41f9dfa8 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -419,6 +419,7 @@ "katana": "Katana" }, "raids": { + "all": "All battles", "placeholder": "Select a raid...", "sections": { "raids": "Raids", diff --git a/public/locales/ja/common.json b/public/locales/ja/common.json index 01f04098..08170ab8 100644 --- a/public/locales/ja/common.json +++ b/public/locales/ja/common.json @@ -416,6 +416,7 @@ "katana": "刀" }, "raids": { + "all": "すべてのバトル", "placeholder": "バトルを選択...", "sections": { "raids": "マルチ",