1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

Localization support

This commit is contained in:
2020-05-25 15:37:59 +02:00
parent 755c34f782
commit 6fd9884d0b
19 changed files with 169 additions and 56 deletions

View File

@ -5,14 +5,14 @@
<i class="material-icons md-48">mood</i>
</div>
<p class="empty-title h5">
Welcome to Antares SQL Client!
{{ $t('message.appWelcome') }}
</p>
<p class="empty-subtitle">
Your first step: create a new database connection.
{{ $t('message.appFirstStep') }}
</p>
<div class="empty-action">
<button class="btn btn-primary" @click="$emit('newConn')">
Create connection
{{ $t('message.createConnection') }}
</button>
</div>
</div>