From ac9d585a17a222377782b4a8fd4075b37a397801 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 23 Jul 2022 14:50:48 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20Makes=20hard-coded=20text=20tran?= =?UTF-8?q?slatable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/locales/en.json | 10 ++++++++++ src/components/Widgets/GluetunStatus.vue | 16 ++++++++-------- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/src/assets/locales/en.json b/src/assets/locales/en.json index efdaf631..404e3da8 100644 --- a/src/assets/locales/en.json +++ b/src/assets/locales/en.json @@ -304,6 +304,16 @@ "up": "Up", "down": "Down" }, + "gluetun-status": { + "vpn-ip": "VPN IP", + "country": "Country", + "region": "Region", + "city": "City", + "post-code": "Post Code", + "location": "Location", + "timezone": "Timezone", + "organization": "Organization" + }, "nextcloud": { "active": "active", "and": "and", diff --git a/src/components/Widgets/GluetunStatus.vue b/src/components/Widgets/GluetunStatus.vue index 3a51c636..c07e96e2 100644 --- a/src/components/Widgets/GluetunStatus.vue +++ b/src/components/Widgets/GluetunStatus.vue @@ -1,35 +1,35 @@