|
@@ -203,7 +203,7 @@ export const GlobalTextProcessor = {
|
|
|
|
|
|
export function translaBeforeRegistration(cb) {
|
|
|
window.Vue_Translation_Of_Text_Type = window.localStorage.getItem('Vue_Translation_Of_Text_Type')
|
|
|
- if (window?.Vue_Translation_Of_Text_Type && ['en', 'ar'].includes(window?.Vue_Translation_Of_Text_Type)) {
|
|
|
+ if (window?.Vue_Translation_Of_Text_Type && ['en', 'ar', 'ru', 'ja'].includes(window?.Vue_Translation_Of_Text_Type)) {
|
|
|
Vue.use(GlobalTextProcessor) // 注册插件
|
|
|
axios
|
|
|
.post(WindowsTranslateApi + '/api/v1/common/readTranslationOfText', {
|