mirror of
https://github.com/filegator/filegator.git
synced 2025-08-06 02:37:28 +02:00
add lithuanian translation (#16)
This commit is contained in:
committed by
Milos Stojanovic
parent
e8b195d8f8
commit
0b2880e4d0
@@ -7,6 +7,7 @@ import spanish from '../translations/spanish'
|
||||
import german from '../translations/german'
|
||||
import indonesian from '../translations/indonesian'
|
||||
import turkish from '../translations/turkish'
|
||||
import lithuanian from '../translations/lithuanian'
|
||||
|
||||
const funcs = {
|
||||
methods: {
|
||||
@@ -25,6 +26,7 @@ const funcs = {
|
||||
'german': german,
|
||||
'indonesian': indonesian,
|
||||
'turkish': turkish,
|
||||
'lithuanian': lithuanian,
|
||||
}
|
||||
|
||||
let language = store.state.config.language
|
||||
|
Reference in New Issue
Block a user