german added to config

This commit is contained in:
Milos Stojanovic 2019-07-26 10:43:12 +02:00
parent 2b9a08aa59
commit 8c4856207b
2 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,7 @@ Available languages:
- english (default)
- spanish
- german
Please help us translating FileGator to your language by submitting a Pull Request on GitHub.

View File

@ -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