mirror of
https://github.com/filegator/filegator.git
synced 2025-08-10 21:54:00 +02:00
Update shared.js
This commit is contained in:
committed by
Milos Stojanovic
parent
59754c53bc
commit
afaca75adc
@@ -17,6 +17,7 @@ import bulgarian from '../translations/bulgarian'
|
||||
import serbian from '../translations/serbian'
|
||||
import french from '../translations/french'
|
||||
import slovak from '../translations/slovak'
|
||||
import polish from '../translations/polish'
|
||||
|
||||
const funcs = {
|
||||
methods: {
|
||||
@@ -43,6 +44,7 @@ const funcs = {
|
||||
'serbian': serbian,
|
||||
'french': french,
|
||||
'slovak': slovak,
|
||||
'polish': polish,
|
||||
}
|
||||
|
||||
let language = store.state.config.language
|
||||
@@ -142,4 +144,4 @@ const funcs = {
|
||||
}
|
||||
}
|
||||
|
||||
export default funcs
|
||||
export default funcs
|
||||
|
Reference in New Issue
Block a user