mirror of
https://github.com/filegator/filegator.git
synced 2025-08-08 18:27:20 +02:00
Galician lang import
This commit is contained in:
@@ -21,6 +21,7 @@ import polish from '../translations/polish'
|
||||
import italian from '../translations/italian'
|
||||
import korean from '../translations/korean'
|
||||
import czech from '../translations/czech'
|
||||
import galician from '../translations/galician'
|
||||
|
||||
const funcs = {
|
||||
methods: {
|
||||
@@ -50,7 +51,8 @@ const funcs = {
|
||||
'polish': polish,
|
||||
'italian': italian,
|
||||
'korean': korean,
|
||||
'czech': czech
|
||||
'czech': czech,
|
||||
'galician': galician,
|
||||
}
|
||||
|
||||
let language = store.state.config.language
|
||||
|
Reference in New Issue
Block a user