Skip to content

Commit

Permalink
[deploy] Use correct translation key for translator URL, fixes #74
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-roesch committed Nov 3, 2020
1 parent 5d119bf commit e5d4356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Info.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<h3 class="info__translator">
{{ $t('ui.translation-by') }}
</h3>
<a :href="$t(`meta.translatorUrl`)" target="_blank" :title="$t(`meta.translator.name`)">
<a :href="$t(`meta.translator.url`)" target="_blank" :title="$t(`meta.translator.name`)">
<img class="info__translator-logo" :src="translatorLogo" :alt="$t(`meta.translator.name`)">
</a>
</template>
Expand Down
2 changes: 1 addition & 1 deletion src/components/map/Map.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit e5d4356

Please sign in to comment.