From aff4385e9f4d70e04f3c4a0abda57e6e1a613789 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Tue, 21 Mar 2023 17:36:48 -0700 Subject: [PATCH] Added localizations --- public/locales/en/updates.json | 7 +++++++ public/locales/ja/updates.json | 1 + 2 files changed, 8 insertions(+) diff --git a/public/locales/en/updates.json b/public/locales/en/updates.json index 5435e29e..f26947f5 100644 --- a/public/locales/en/updates.json +++ b/public/locales/en/updates.json @@ -15,9 +15,16 @@ "date": "{{month}}/{{year}}", "legfest": "Legend Festival", "flash": "Flash Gala", + "content": "Content Update", "uncap": "Uncap" }, "versions": { + "2023-03U": { + "features": [ + "Added Siete HL (raid)", + "Chaser name corrected (was 'Chase')" + ] + }, "2023-03F": { "features": [ "Added new class \"Yamato\"", diff --git a/public/locales/ja/updates.json b/public/locales/ja/updates.json index 53a6e859..217dbeb6 100644 --- a/public/locales/ja/updates.json +++ b/public/locales/ja/updates.json @@ -15,6 +15,7 @@ "date": "{{year}}年{{month}}月", "legfest": "レジェンドフェス", "flash": "グランデフェス", + "content": "アップデート", "uncap": "上限解放" }, "versions": {