diff --git a/src/features/stats/options/StatsOptions.jsx b/src/features/stats/options/StatsOptions.jsx index a2b8bf97..ae773176 100644 --- a/src/features/stats/options/StatsOptions.jsx +++ b/src/features/stats/options/StatsOptions.jsx @@ -61,11 +61,11 @@ const Stats = () => { saveFile(JSON.stringify(stats, null, 2), filename); }; - const AchievementElement = ({ key, id, achieved, timestamp }) => { + const AchievementElement = ({ id, achieved, timestamp }) => { const { name, description } = getLocalisedAchievementData(id); return ( -
+
{achieved ? : }
{achieved && timestamp && ( diff --git a/src/i18n/locales/arz.json b/src/i18n/locales/arz.json index 984fb95d..f03376bf 100644 --- a/src/i18n/locales/arz.json +++ b/src/i18n/locales/arz.json @@ -195,15 +195,7 @@ }, "greeting": { "title": "Greeting", - "events": { - "0": "E", - "1": "v", - "2": "e", - "3": "n", - "4": "t", - "5": "s", - "title": "Events" - }, + "events": "Events", "events_description": "Control events on Mue such as birthdays.", "enable_events": "Show messages on special days", "default": "Default greeting message", diff --git a/src/i18n/locales/el.json b/src/i18n/locales/el.json index 25b1cfac..ece2e73d 100644 --- a/src/i18n/locales/el.json +++ b/src/i18n/locales/el.json @@ -195,15 +195,7 @@ }, "greeting": { "title": "Greeting", - "events": { - "0": "E", - "1": "v", - "2": "e", - "3": "n", - "4": "t", - "5": "s", - "title": "Events" - }, + "events": "Events", "events_description": "Control events on Mue such as birthdays.", "enable_events": "Show messages on special days", "default": "Default greeting message", diff --git a/src/i18n/locales/en_US.json b/src/i18n/locales/en_US.json index 0dcf8d51..83a6bf59 100644 --- a/src/i18n/locales/en_US.json +++ b/src/i18n/locales/en_US.json @@ -195,15 +195,7 @@ }, "greeting": { "title": "Greeting", - "events": { - "0": "E", - "1": "v", - "2": "e", - "3": "n", - "4": "t", - "5": "s", - "title": "Events" - }, + "events": "Events", "events_description": "Control events on Mue such as birthdays.", "enable_events": "Show messages on special days", "default": "Default greeting message", diff --git a/src/i18n/locales/fa.json b/src/i18n/locales/fa.json index 2ed0494d..a4cbd36a 100644 --- a/src/i18n/locales/fa.json +++ b/src/i18n/locales/fa.json @@ -195,15 +195,7 @@ }, "greeting": { "title": "Greeting", - "events": { - "0": "E", - "1": "v", - "2": "e", - "3": "n", - "4": "t", - "5": "s", - "title": "Events" - }, + "events": "Events", "events_description": "Control events on Mue such as birthdays.", "enable_events": "Show messages on special days", "default": "Default greeting message", diff --git a/src/i18n/locales/hu.json b/src/i18n/locales/hu.json index 38811309..8bef4895 100644 --- a/src/i18n/locales/hu.json +++ b/src/i18n/locales/hu.json @@ -195,15 +195,7 @@ }, "greeting": { "title": "Greeting", - "events": { - "0": "E", - "1": "v", - "2": "e", - "3": "n", - "4": "t", - "5": "s", - "title": "Events" - }, + "events": "Events", "events_description": "Control events on Mue such as birthdays.", "enable_events": "Show messages on special days", "default": "Default greeting message", diff --git a/src/i18n/locales/ja.json b/src/i18n/locales/ja.json index 0b031e99..127f560f 100644 --- a/src/i18n/locales/ja.json +++ b/src/i18n/locales/ja.json @@ -195,15 +195,7 @@ }, "greeting": { "title": "Greeting", - "events": { - "0": "E", - "1": "v", - "2": "e", - "3": "n", - "4": "t", - "5": "s", - "title": "Events" - }, + "events": "Events", "events_description": "Control events on Mue such as birthdays.", "enable_events": "Show messages on special days", "default": "Default greeting message", diff --git a/src/i18n/locales/peo.json b/src/i18n/locales/peo.json index 6862421e..278fd52e 100644 --- a/src/i18n/locales/peo.json +++ b/src/i18n/locales/peo.json @@ -195,15 +195,7 @@ }, "greeting": { "title": "Greeting", - "events": { - "0": "E", - "1": "v", - "2": "e", - "3": "n", - "4": "t", - "5": "s", - "title": "Events" - }, + "events": "Events", "events_description": "Control events on Mue such as birthdays.", "enable_events": "Show messages on special days", "default": "Default greeting message", diff --git a/src/i18n/locales/sv.json b/src/i18n/locales/sv.json index 3d4a9efb..74f7923f 100644 --- a/src/i18n/locales/sv.json +++ b/src/i18n/locales/sv.json @@ -195,15 +195,7 @@ }, "greeting": { "title": "Greeting", - "events": { - "0": "E", - "1": "v", - "2": "e", - "3": "n", - "4": "t", - "5": "s", - "title": "Events" - }, + "events": "Events", "events_description": "Control events on Mue such as birthdays.", "enable_events": "Show messages on special days", "default": "Default greeting message", diff --git a/src/i18n/locales/vi.json b/src/i18n/locales/vi.json index e19b8c9b..e649bde6 100644 --- a/src/i18n/locales/vi.json +++ b/src/i18n/locales/vi.json @@ -195,15 +195,7 @@ }, "greeting": { "title": "Greeting", - "events": { - "0": "E", - "1": "v", - "2": "e", - "3": "n", - "4": "t", - "5": "s", - "title": "Events" - }, + "events": "Events", "events_description": "Control events on Mue such as birthdays.", "enable_events": "Show messages on special days", "default": "Default greeting message", diff --git a/src/i18n/locales/zh_Hant.json b/src/i18n/locales/zh_Hant.json index 26eb3321..021b9282 100644 --- a/src/i18n/locales/zh_Hant.json +++ b/src/i18n/locales/zh_Hant.json @@ -195,15 +195,7 @@ }, "greeting": { "title": "Greeting", - "events": { - "0": "E", - "1": "v", - "2": "e", - "3": "n", - "4": "t", - "5": "s", - "title": "Events" - }, + "events": "Events", "events_description": "Control events on Mue such as birthdays.", "enable_events": "Show messages on special days", "default": "Default greeting message",