From e5d4356aac20a9ec9e9f76486ccad0d6db991e53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20R=C3=B6sch?= Date: Tue, 3 Nov 2020 16:18:00 +0100 Subject: [PATCH] [deploy] Use correct translation key for translator URL, fixes #74 --- src/components/Info.vue | 2 +- src/components/map/Map.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Info.vue b/src/components/Info.vue index 6fc8a7f8..d22e9ec1 100644 --- a/src/components/Info.vue +++ b/src/components/Info.vue @@ -73,7 +73,7 @@

{{ $t('ui.translation-by') }}

- + diff --git a/src/components/map/Map.vue b/src/components/map/Map.vue index d81c64f3..af1d00a7 100755 --- a/src/components/map/Map.vue +++ b/src/components/map/Map.vue @@ -161,7 +161,7 @@ export default { map: { hqAvailable: true, pixelFormat: RGBFormat }, shadesmar_map_bg: { lossy: true, pixelFormat: RGBFormat, compressedPixelFormat: RGB_S3TC_DXT1_Format }, transition: { pixelFormat: LuminanceFormat }, - text_pattern: { pixelFormat: RGBFormat }, + text_pattern: { pixelFormat: LuminanceFormat }, map_text: { hqAvailable: true, localized: true, pixelFormat: RGBFormat }, shadesmar_map_text: { hqAvailable: true, localized: true, pixelFormat: RGBFormat }, factions: { hqAvailable: true, lossy: true, pixelFormat: RGBFormat },