mirror of
https://github.com/filegator/filegator.git
synced 2025-08-06 04:37:37 +02:00
add hebrew, fixes #301 - language vars
This commit is contained in:
@@ -28,6 +28,8 @@ import hungarian from '../translations/hungarian'
|
||||
import swedish from '../translations/swedish'
|
||||
import japanese from '../translations/japanese'
|
||||
import slovenian from '../translations/slovenian'
|
||||
import hebrew from '../translations/hebrew'
|
||||
import romanian from '../translations/romanian'
|
||||
|
||||
const funcs = {
|
||||
methods: {
|
||||
@@ -64,6 +66,8 @@ const funcs = {
|
||||
'swedish': swedish,
|
||||
'japanese': japanese,
|
||||
'slovenian': slovenian,
|
||||
'hebrew': hebrew,
|
||||
'romanian': romanian,
|
||||
}
|
||||
|
||||
let language = store.state.config.language
|
||||
|
Reference in New Issue
Block a user