feat: Propagate backup file enumeration failures (#1933)

This commit is contained in:
Kroese
2026-07-21 21:01:58 +02:00
committed by GitHub
parent c2f73db036
commit b10e4d7fdc
2 changed files with 10 additions and 3 deletions
+2 -2
View File
@@ -379,8 +379,8 @@ parseLanguage() {
"czech" | "cz" | "cesky" ) LANGUAGE="cs" ;;
"danish" | "dk" | "danske" ) LANGUAGE="da" ;;
"dutch" | "nederlands" ) LANGUAGE="nl" ;;
"english" | "gb" | "british" ) LANGUAGE="en" ;;
"estonian" | "eesti" ) LANGUAGE="et" ;;
"english" ) LANGUAGE="en" ;;
"british" | "gb" ) LANGUAGE="en-gb" ;; "estonian" | "eesti" ) LANGUAGE="et" ;;
"finnish" | "suomi" ) LANGUAGE="fi" ;;
"french" | "français" | "francais" ) LANGUAGE="fr" ;;
"german" | "deutsch" ) LANGUAGE="de" ;;