Utf8 convert

This commit is contained in:
2023-01-10 18:29:32 +02:00
parent 71b759232c
commit 90b9c8325e
3572 changed files with 35191 additions and 395614 deletions
@@ -7,7 +7,7 @@ import { dataText } from '../text.js';
export const getTextForModal = (key) => {
if (!key) {
return '[Îòñóòâóåò value].';
return '[Отсутвует value].';
}
return dataText[key] ?? `[${key}].`;