Show detectedLangText

This commit is contained in:
An | Anton Röhm 2022-10-01 14:25:29 +02:00 committed by GitHub
parent b90d996965
commit 99b6a1a2f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,6 +142,7 @@
<div class="row mb-0">
<div class="col s6 language-select">
<span>Translate from</span>
<span><i>[[ detectedLangText ]]</i></span>
<select class="browser-default" v-model="sourceLang" ref="sourceLangDropdown" @change="handleInput">
<template v-for="option in langs">
<option :value="option.code">[[ option.name ]]</option>