Fix missing Japanese/Korean translations and BGTask string interpolation bug

Add "THE" translations for ja/ko in the subscription magazine header, and fix
broken string interpolation in BGTask error logging.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Trey t
2026-03-02 09:28:20 -06:00
parent 83cca395cf
commit 2c2456019c
2 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ class BGTask {
do {
try BGTaskScheduler.shared.submit(request)
} catch {
print("Could not schedule image fetch: (error)")
print("Could not schedule image fetch: \(error)")
}
}
}