Add Japanese translation (#189)

* Addition of Japanese translation
This commit is contained in:
tubuanha
2021-02-26 21:00:06 +09:00
committed by GitHub
parent a0a6a4f770
commit c7366bb128
2 changed files with 78 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ import galician from '../translations/galician'
import russian from '../translations/russian'
import hungarian from '../translations/hungarian'
import swedish from '../translations/swedish'
import japanese from '../translations/japanese'
const funcs = {
methods: {
@@ -60,6 +61,7 @@ const funcs = {
'russian': russian,
'hungarian': hungarian,
'swedish': swedish,
'japanese': japanese,
}
let language = store.state.config.language