Skip to content
Snippets Groups Projects
Verified Commit 59087353 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fixed an i18n bug where switching back to en_US would fail

parent e1f02ede
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,7 @@ export default {
let self = this
import(`../translations/${value}.json`).then((response) =>{
Vue.$translations[value] = response.default[value]
}).finally(() => {
self.$language.current = value
})
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment