mirror of
https://github.com/filegator/filegator.git
synced 2025-08-14 14:44:26 +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 serbian from '../translations/serbian'
|
||||||
import french from '../translations/french'
|
import french from '../translations/french'
|
||||||
import slovak from '../translations/slovak'
|
import slovak from '../translations/slovak'
|
||||||
|
import polish from '../translations/polish'
|
||||||
|
|
||||||
const funcs = {
|
const funcs = {
|
||||||
methods: {
|
methods: {
|
||||||
@@ -43,6 +44,7 @@ const funcs = {
|
|||||||
'serbian': serbian,
|
'serbian': serbian,
|
||||||
'french': french,
|
'french': french,
|
||||||
'slovak': slovak,
|
'slovak': slovak,
|
||||||
|
'polish': polish,
|
||||||
}
|
}
|
||||||
|
|
||||||
let language = store.state.config.language
|
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