Add :key="i18n.locale" to <router-view> so every view re-evaluates i18n.t() when the locale changes, reliably updating all text (TH/EN).
Add :key="i18n.locale" to <router-view> so every view re-evaluates i18n.t() when the locale changes, reliably updating all text (TH/EN).