⚡ Removed demo language, adds note when thres only 1 language
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
<SaveConfigIcon />
|
||||
</Button>
|
||||
<p v-if="language">{{ language.flag }} {{ language.name }}</p>
|
||||
<p v-if="$i18n.availableLocales.length <= 1" class="sad-times">
|
||||
There are not currently any additional languages supported,
|
||||
but stay tuned as more are on their way!
|
||||
</p>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -82,6 +86,11 @@ export default {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
p.sad-times {
|
||||
color: var(--warning);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.language-dropdown {
|
||||
margin: 1rem auto;
|
||||
div.vs__dropdown-toggle {
|
||||
|
||||
Reference in New Issue
Block a user