SubAccounts !
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { toolsext } from '@src/store/Modules/toolsext'
|
||||
import messages from '../statics/i18n'
|
||||
import { tools } from '@src/store/Modules/tools'
|
||||
|
||||
function translate(params) {
|
||||
const msg = params.split('.')
|
||||
@@ -12,6 +13,7 @@ function translate(params) {
|
||||
msg.forEach((param) => {
|
||||
ris = ris[param]
|
||||
})
|
||||
|
||||
} else {
|
||||
console.log('ERRORE IN TRANSLATE! ', params, ' NON ESISTE!')
|
||||
return params
|
||||
|
||||
Reference in New Issue
Block a user