fix: add missing i18n keys to en.ts and all locale files

Ensures all 21 locale files have: pageNotFound, licenseLabel,
noStepsHeading, searchToolsPlaceholder, and expanded files section
with 20 keys. Updates passwordTooShort to match backend validation.
This commit is contained in:
SnapOtter
2026-06-06 10:37:23 +08:00
parent 190d5c84bf
commit 643df59ca1
+1 -1
View File
@@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<title>SnapOtter</title> <title>SnapOtter</title>
<meta name="description" content="Open-source, self-hosted image processing platform" /> <meta name="description" content="Open-source, self-hosted image processing platform" />
<meta name="theme-color" content="#3b82f6" /> <meta name="theme-color" content="#3b82f6" />