Arcadei ...

This commit is contained in:
paoloar77
2022-10-27 11:18:31 +02:00
parent b79ce9b9af
commit 8e3ada35ea
42 changed files with 131 additions and 180 deletions

View File

@@ -3,6 +3,9 @@ import { tools } from '@src/store/Modules/tools'
import messages from '../statics/i18n'
function translate(params: any) {
if (!params)
return ''
const msg = params.split('.')
const lang = toolsext.getLocale()