- fixed Banner Cookie positioning on bottom

- PagePolicy (added Español policy)
This commit is contained in:
Paolo Arena
2019-09-20 15:35:55 +02:00
parent 3459f00a3b
commit cd2ef1f7ae
12 changed files with 283 additions and 100 deletions

View File

@@ -8,6 +8,10 @@ export const toolsext = {
}
}
return process.env.LANG_DEFAULT
},
isLang(whichlang) {
const loc = func_tools.getLocale()
return (loc === whichlang)
}
}