1
0

fix: Příprava
All checks were successful
Remote Deploy / deploy (push) Successful in 3s

This commit is contained in:
2025-09-02 16:15:36 +02:00
parent 67eedb688a
commit 1bf6db6082

View File

@@ -124,7 +124,7 @@ export default async function parseThisShit(downloadedFilePath) {
date = new Date(year, month - 1, day);
}
const isPriprava = /priprava/i.test(str);
const isPriprava = str.toLowerCase().normalize("NFD").replace(/[\u0300-\u036f]/g, "").includes("priprava");
return {
date: date