Adden l10n to accounts and settings
This commit is contained in:
File diff suppressed because one or more lines are too long
+3
-1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user