mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-05 07:20:13 +01:00
Show detectedLangText
This commit is contained in:
parent
b90d996965
commit
99b6a1a2f2
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user