From 97d7969c1c1175f3c20437061f246ae2efaa5bd0 Mon Sep 17 00:00:00 2001 From: Lyubomir Ternavskiy <127299159+LyubomirT@users.noreply.github.com> Date: Sat, 27 Jul 2024 21:51:41 +0300 Subject: [PATCH] chore: Update translations for English and French --- translations/English.json | 4 ++++ translations/French.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/translations/English.json b/translations/English.json index 8e5a0e8..075d846 100644 --- a/translations/English.json +++ b/translations/English.json @@ -23,6 +23,10 @@ { "component": "stopButton", "text": "Stop Typing" + }, + { + "component": "lightModeCheckBox", + "text": "Light Mode" } ] } \ No newline at end of file diff --git a/translations/French.json b/translations/French.json index 20743bd..39c1889 100644 --- a/translations/French.json +++ b/translations/French.json @@ -23,6 +23,10 @@ { "component": "stopButton", "text": "Arrêter la frappe" + }, + { + "component": "lightModeCheckBox", + "text": "Mode Lumière" } ] } \ No newline at end of file