Add Korean translation (#119)

This commit is contained in:
Genie
2020-08-03 19:08:39 +09:00
committed by GitHub
parent 0a23209607
commit c6cd43780a
2 changed files with 82 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ import french from '../translations/french'
import slovak from '../translations/slovak'
import polish from '../translations/polish'
import italian from '../translations/italian'
import korean from '../translations/korean'
const funcs = {
methods: {
@@ -47,6 +48,7 @@ const funcs = {
'slovak': slovak,
'polish': polish,
'italian': italian,
'korean': korean,
}
let language = store.state.config.language