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
@@ -18,7 +18,7 @@ export const createModalElements = () => {
</div>
</div>
<button id="nextTrainingModal" class="trainingModalButton">TEST/ÒÅÑÒ</button>
<button id="nextTrainingModal" class="trainingModalButton">TEST/ТЕСТ</button>
</div>
</div>
</div>`;
@@ -7,7 +7,7 @@ import { dataText } from '../text.js';
export const getTextForModal = (key) => {
if (!key) {
return '[Îòñóòâóåò value].';
return '[Отсутвует value].';
}
return dataText[key] ?? `[${key}].`;