export default async function({ g, lang }) { const { store } = this.context await this.callApi('/api/setGameLang', { g, lang, }) }