mirror of
https://github.com/filegator/filegator.git
synced 2025-08-06 12:16:32 +02:00
Simplified Chinese translation #37
This commit is contained in:
@@ -10,6 +10,7 @@ import turkish from '../translations/turkish'
|
||||
import lithuanian from '../translations/lithuanian'
|
||||
import portuguese from '../translations/portuguese'
|
||||
import dutch from '../translations/dutch'
|
||||
import chinese from '../translations/chinese'
|
||||
|
||||
const funcs = {
|
||||
methods: {
|
||||
@@ -31,6 +32,7 @@ const funcs = {
|
||||
'lithuanian': lithuanian,
|
||||
'portuguese': portuguese,
|
||||
'dutch': dutch,
|
||||
'chinese': chinese,
|
||||
}
|
||||
|
||||
let language = store.state.config.language
|
||||
|
Reference in New Issue
Block a user