mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
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:
+1
-1
@@ -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" />
|
||||||
|
|||||||
Reference in New Issue
Block a user