chore(i18n): localize hardcoded UI strings

This commit is contained in:
Gauvain
2026-07-15 19:05:09 +02:00
parent 2e79815d78
commit 039d7cfaec
26 changed files with 186 additions and 77 deletions

View File

@@ -143,7 +143,7 @@ export class JellyseerrApi {
if (inRange(status, 200, 299)) {
if (data.version < "2.0.0") {
const error = t(
"jellyseerr.toasts.jellyseer_does_not_meet_requirements",
"jellyseerr.toasts.jellyseerr_does_not_meet_requirements",
);
toast.error(error);
throw Error(error);