From 0b752c168c381adf976ccce11a9a050485da772b Mon Sep 17 00:00:00 2001
From: schroda <50052685+schroda@users.noreply.github.com>
Date: Sun, 9 Feb 2025 23:06:44 +0100
Subject: [PATCH] Internationalize system theme mode
---
public/locales/en.json | 3 +++
src/modules/settings/screens/Appearance.tsx | 6 +++---
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/public/locales/en.json b/public/locales/en.json
index 933dcea4..5fc5d6ff 100644
--- a/public/locales/en.json
+++ b/public/locales/en.json
@@ -404,6 +404,7 @@
"client": "Client",
"close": "Close",
"copied_clipboard": "Copied to clipboard",
+ "dark": "Dark",
"default": "Default",
"desktop": "Desktop",
"disabled": "Disabled",
@@ -419,6 +420,7 @@
"horizontal": "Horizontal",
"info": "Information",
"left": "Left",
+ "light": "Light",
"links": "Links",
"load_in_progress": "Still loading required data…",
"loading": "Loading…",
@@ -439,6 +441,7 @@
"standard": "Standard",
"started": "Started",
"success": "Success",
+ "system": "System",
"type": "Type",
"unknown": "Unknown",
"username": "Username",
diff --git a/src/modules/settings/screens/Appearance.tsx b/src/modules/settings/screens/Appearance.tsx
index 2709355e..5de00c60 100644
--- a/src/modules/settings/screens/Appearance.tsx
+++ b/src/modules/settings/screens/Appearance.tsx
@@ -103,13 +103,13 @@ export const Appearance = () => {
}}
>