diff --git a/components/UpdatesPage/index.tsx b/components/UpdatesPage/index.tsx index d5dfc83f..48d3471c 100644 --- a/components/UpdatesPage/index.tsx +++ b/components/UpdatesPage/index.tsx @@ -88,7 +88,66 @@ const UpdatesPage = () => { -
+
+
+

{`${updates('events.date', { + year: 2023, + month: 2, + })} ${updates('events.uncap')}`}

+ +
+
+
+

{updates('labels.uncaps.characters')}

+
+ + +
+
+
+

{updates('labels.uncaps.weapons')}

+
+ + +
+
+
+

{updates('labels.uncaps.summons')}

+
+ + +
+
+
+
+
+
+

{`${updates('events.date', { + year: 2023, + month: 1, + })} ${updates('events.legfest')}`}

+ +
+
+
+

{updates('labels.characters')}

+
+ + +
+
+
+

{updates('labels.weapons')}

+
+ + + + +
+
+
+
+

{`${updates('events.date', { year: 2023, @@ -123,7 +182,7 @@ const UpdatesPage = () => {

-

{updates('labels.uncaps')}

+

{updates('labels.uncaps.characters')}

diff --git a/public/locales/en/updates.json b/public/locales/en/updates.json index c2a0328a..818f5e2c 100644 --- a/public/locales/en/updates.json +++ b/public/locales/en/updates.json @@ -3,7 +3,11 @@ "characters": "New characters", "weapons": "New weapons", "summons": "New summons", - "uncaps": "New uncaps", + "uncaps": { + "characters": "New character uncaps", + "weapons": "New weapon uncaps", + "summons": "New summon uncaps" + }, "features": "New features" }, "events": { diff --git a/public/locales/ja/updates.json b/public/locales/ja/updates.json index 55c0fb6e..5c63fb55 100644 --- a/public/locales/ja/updates.json +++ b/public/locales/ja/updates.json @@ -3,7 +3,11 @@ "characters": "新キャラクター", "weapons": "新武器", "summons": "新召喚石", - "uncaps": "新上限解放", + "uncaps": { + "characters": "キャラクターの新上限解放", + "weapons": "武器の新上限解放", + "summons": "召喚石の新上限解放" + }, "features": "新機能" }, "events": {