mirror of
https://github.com/filegator/filegator.git
synced 2025-08-06 08:08:01 +02:00
german added to config
This commit is contained in:
@@ -4,6 +4,7 @@ import api from '../api/api'
|
||||
|
||||
import english from '../translations/english'
|
||||
import spanish from '../translations/spanish'
|
||||
import german from '../translations/german'
|
||||
|
||||
const funcs = {
|
||||
methods: {
|
||||
@@ -19,6 +20,7 @@ const funcs = {
|
||||
let available_languages = {
|
||||
'english': english,
|
||||
'spanish': spanish,
|
||||
'german': german,
|
||||
}
|
||||
|
||||
let language = store.state.config.language
|
||||
|
Reference in New Issue
Block a user