feature (admin): improvements

This commit is contained in:
Mickael Kerjean
2023-07-24 08:34:17 +10:00
parent 5085686b9c
commit 1c1f8b5052
60 changed files with 4729 additions and 104 deletions

View File

@ -1,4 +1,4 @@
export function t(str = "", replacementString, requestedKey) {
export default function t(str = "", replacementString, requestedKey) {
const calculatedKey = str.toUpperCase()
.replace(/ /g, "_")
.replace(/[^a-zA-Z0-9\-\_\*\{\}\?]/g, "")