dkfbasel / vuex-i18n

Localization plugin for vue.js 2.0 using vuex as store
MIT License
666 stars 56 forks source link

support change language key before render ? #151

Closed czh6865801 closed 1 year ago

czh6865801 commented 1 year ago

sorry, i am a green hand and My English is not very good. Let me be as clear as I can.

because of i want't to change code( like {{$t('chat-add')}} change to {{$t('mx_msg_add_members')}} ). so i need to change language key before render

What I do

this is map of oldKey to newKey (replace.json),

image image

(vuex-i18n.es.js)

image