From 56b17f17bf9334b15cc9a76edc9d9d420730f93f Mon Sep 17 00:00:00 2001 From: setop Date: Sun, 12 Jan 2025 22:00:36 +0100 Subject: [PATCH] fix(front): add some missing i18n keys, closes #1624 --- src/i18n/en_US.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/i18n/en_US.json b/src/i18n/en_US.json index 452369e91..ac5415824 100644 --- a/src/i18n/en_US.json +++ b/src/i18n/en_US.json @@ -1657,5 +1657,8 @@ "Domain or instance name": "Domain or instance name", "You need to enter a text": "You need to enter a text", "Error while adding tag: {error}": "Error while adding tag: {error}", - "From this instance only": "From this instance only" + "From this instance only": "From this instance only", + "view more events and activities": "view more events and activities", + "Upcoming events nearby {position}": "Upcoming events nearby {position}", + "View more events and activities around {position}": "View more events and activities around {position}" }