A bunch of i18n changes (#207)
* Syncing languages with latest US * date format template + connection error message * Added new strings + Substituted some menu item i18n
This commit is contained in:
parent
0d4a37517f
commit
22839db793
9 changed files with 78 additions and 16 deletions
|
@ -33,7 +33,7 @@
|
|||
</draggable>
|
||||
</div>
|
||||
<div class="queue-footer">
|
||||
<button class="md-btn" style="width:100%;" v-if="queueItems.length > 1" @click="app.mk.clearQueue();updateQueue()">Clear All</button>
|
||||
<button class="md-btn" style="width:100%;" v-if="queueItems.length > 1" @click="app.mk.clearQueue();updateQueue()">{{app.getLz('term.clearAll')}}</button>
|
||||
</div>
|
||||
</div>
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue