Italian lang added

This commit is contained in:
Milos Stojanovic
2020-04-17 17:09:39 +02:00
parent ef0f7499bb
commit 1857590fc9
4 changed files with 84 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ import serbian from '../translations/serbian'
import french from '../translations/french'
import slovak from '../translations/slovak'
import polish from '../translations/polish'
import italian from '../translations/italian'
const funcs = {
methods: {
@@ -45,6 +46,7 @@ const funcs = {
'french': french,
'slovak': slovak,
'polish': polish,
'italian': italian,
}
let language = store.state.config.language