From 88c6409ad441d40803ca3235a70b92da3a121a27 Mon Sep 17 00:00:00 2001 From: Sainan Date: Mon, 27 Jan 2025 11:58:20 +0100 Subject: [PATCH] Add missing marker strings --- client-webui/en.js | 2 ++ client-webui/fr.js | 2 ++ 2 files changed, 4 insertions(+) diff --git a/client-webui/en.js b/client-webui/en.js index 852f73a..7af25e2 100644 --- a/client-webui/en.js +++ b/client-webui/en.js @@ -18,6 +18,8 @@ dict = { pos: `Position`, tp_submit: `Teleport To`, custom: `Custom`, + marker: `|TYPE| in |DIST|m`, + marker_unk: `Marker`, marker_obj: `Objective`, marker_target: `Target`, marker_surcap: `Life Support Capsule`, diff --git a/client-webui/fr.js b/client-webui/fr.js index 9e3c522..4fa624e 100644 --- a/client-webui/fr.js +++ b/client-webui/fr.js @@ -19,6 +19,8 @@ dict = { pos: `Position`, tp_submit: `Se teleporter vers`, custom: `Personnalisé`, + marker: `|TYPE| in |DIST|m`, + marker_unk: `Marker`, marker_obj: `Objectif`, marker_target: `Cible`, marker_surcap: `Capsule de survie`,