mirror of
https://github.com/filegator/filegator.git
synced 2025-08-06 02:57:36 +02:00
Add Czech translation (#125)
This commit is contained in:
@@ -20,6 +20,7 @@ import slovak from '../translations/slovak'
|
||||
import polish from '../translations/polish'
|
||||
import italian from '../translations/italian'
|
||||
import korean from '../translations/korean'
|
||||
import czech from '../translations/czech'
|
||||
|
||||
const funcs = {
|
||||
methods: {
|
||||
@@ -49,6 +50,7 @@ const funcs = {
|
||||
'polish': polish,
|
||||
'italian': italian,
|
||||
'korean': korean,
|
||||
'czech': czech
|
||||
}
|
||||
|
||||
let language = store.state.config.language
|
||||
|
Reference in New Issue
Block a user