From ca3bba704dc815a0b05e17218e4b564cab10ef6c Mon Sep 17 00:00:00 2001 From: Razzmatazz Date: Fri, 28 Jun 2024 12:19:20 -0500 Subject: [PATCH] add translation --- src/translations/en/translation.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/translations/en/translation.json b/src/translations/en/translation.json index e766f18b..e24419cb 100644 --- a/src/translations/en/translation.json +++ b/src/translations/en/translation.json @@ -607,5 +607,6 @@ "Convert one currency to another": "Convert one currency to another", "Currency Converter": "Currency Converter", "game_mode_regular": "Regular", - "game_mode_pve": "PVE" + "game_mode_pve": "PVE", + "Last reported on {{mapName}} {{dateTime}}": "Last reported on {{mapName}} {{dateTime}}" }