aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2022-06-30 14:35:45 +0100
committerLibravatar GitHub <noreply@github.com>2022-06-30 13:35:45 +0000
commit13c51fdf5b9fd42a244bc1620e7e96c80a080f66 (patch)
tree739b9f24cad3f12183c974947f25a9a37c099285 /src/i18n
parentfix: don't break when when service is undefined on adding a new service (#400) (diff)
downloadferdium-app-13c51fdf5b9fd42a244bc1620e7e96c80a080f66.tar.gz
ferdium-app-13c51fdf5b9fd42a244bc1620e7e96c80a080f66.tar.zst
ferdium-app-13c51fdf5b9fd42a244bc1620e7e96c80a080f66.zip
Feature: Copy Ferdium info from the 'About' dialog into the clipboard (#402)
Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/locales/en-US.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index f4871f207..1690a6067 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -115,6 +115,7 @@
115 "menu.services": "Services", 115 "menu.services": "Services",
116 "menu.services.activatePreviousService": "Activate previous service", 116 "menu.services.activatePreviousService": "Activate previous service",
117 "menu.services.addNewService": "Add New Service...", 117 "menu.services.addNewService": "Add New Service...",
118 "menu.services.copyToClipboard": "Copy to clipboard",
118 "menu.services.goHome": "Home", 119 "menu.services.goHome": "Home",
119 "menu.services.setNextServiceActive": "Activate next service", 120 "menu.services.setNextServiceActive": "Activate next service",
120 "menu.todos": "Todos", 121 "menu.todos": "Todos",