mirror of
https://github.com/filegator/filegator.git
synced 2025-08-11 11:24:26 +02:00
Galician lang import
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
## Upcoming...
|
||||
|
||||
* Korean language added #119 (Thanks Jinhee-Kim)
|
||||
* Galician language added #126 (Thanks vinpoloaire)
|
||||
|
||||
## 7.4.4 - 2020-07-28 [Security]
|
||||
|
||||
|
@@ -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