From 34ead0e07fea6c47fbcf1ed43c2292446f3f11e4 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Tue, 31 Jan 2023 22:11:01 -0800 Subject: [PATCH] Add date string localization --- public/locales/en/updates.json | 1 + public/locales/ja/updates.json | 1 + 2 files changed, 2 insertions(+) diff --git a/public/locales/en/updates.json b/public/locales/en/updates.json index 21b92b9a..c2a0328a 100644 --- a/public/locales/en/updates.json +++ b/public/locales/en/updates.json @@ -7,6 +7,7 @@ "features": "New features" }, "events": { + "date": "{{month}}/{{year}}", "legfest": "Legend Festival", "flash": "Flash Gala", "uncap": "Uncap" diff --git a/public/locales/ja/updates.json b/public/locales/ja/updates.json index 653df021..55c0fb6e 100644 --- a/public/locales/ja/updates.json +++ b/public/locales/ja/updates.json @@ -7,6 +7,7 @@ "features": "新機能" }, "events": { + "date": "{{year}}年{{month}}月", "legfest": "レジェンドフェス", "flash": "グランデフェス", "uncap": "上限解放"