From 0d8bcf3b17a358941130018df9d468ad83c183d8 Mon Sep 17 00:00:00 2001 From: iamdoubz <> Date: Sun, 12 Jul 2026 12:39:32 -0500 Subject: [PATCH] feat(i18n): Settings about-section keys (Batch E) --- src/lib/i18n/en.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/lib/i18n/en.json b/src/lib/i18n/en.json index 8853364..1ad4725 100644 --- a/src/lib/i18n/en.json +++ b/src/lib/i18n/en.json @@ -286,6 +286,10 @@ "settings.privacy.current_password": "Current password", "settings.privacy.new_password": "New password", + "settings.about.title": "About", + "settings.about.tagline": "A fully local, open-source, Windows-native meeting assistant.", + "settings.about.build_commit": "Build commit", + "app.tagline": "local ยท private", "app.note_template": "Note template", "app.no_template": "No template",