fully integrated vue-i18n with embeded en messages and async loaded current language translation exported by strings_translation_export_json
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div id="user-flags">
|
||||
<h2
|
||||
class="mdi mdi-folder-outline"
|
||||
>My folders ({{collsLength}})</h2>
|
||||
>{{ $t("materio.My folders") }} ({{collsLength}})</h2>
|
||||
<ul>
|
||||
<li v-if="flagcolls" v-for="coll in flagcolls" :key="coll.id">
|
||||
<h5
|
||||
|
Reference in New Issue
Block a user