Adden l10n to accounts and settings

This commit is contained in:
JanAckermann
2021-03-25 17:24:06 +01:00
parent 7a72f52067
commit 316d838f90
4 changed files with 19 additions and 10 deletions
File diff suppressed because one or more lines are too long
+3 -1
View File
@@ -1,6 +1,7 @@
import 'regenerator-runtime/runtime'
import SettingsApp from './components/SettingsApp.vue'
import store from './store'
import translations from './../l10n/translations.json'
// just a dummy function to trick gettext tools
function $gettext (msg) {
@@ -41,5 +42,6 @@ export default {
appInfo,
store,
routes,
navItems
navItems,
translations
}