javascript - Vue i18n regex missing transaltions -
have small question, have used i18n , great there way see missing translations before starting app , walking trough components
examples here https://github.com/kazupon/vue-i18n/pull/177 here ok , can see missing translation without having traverse app manually. mean when start app want see missing translation not when run specific component. have script search trough translations cannot find regex {{ $i18n.t("save me") }} search it.
thanx in advance
Comments
Post a Comment