From 4e76cede461930d26b71bf4f0169981a130b9202 Mon Sep 17 00:00:00 2001 From: georg-stone Date: Wed, 27 Nov 2024 09:35:05 -0500 Subject: [PATCH] add link to docs --- public/_locales/en/messages.json | 3 +++ public/_locales/english_base.json | 3 +++ src/App.jsx | 8 ++++++++ 3 files changed, 14 insertions(+) diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index 966cf52..5046243 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -298,5 +298,8 @@ }, "mantras": { "message": "Mantras" + }, + "documentation": { + "message": "Documentation" } } diff --git a/public/_locales/english_base.json b/public/_locales/english_base.json index 6703ae5..9f732ac 100644 --- a/public/_locales/english_base.json +++ b/public/_locales/english_base.json @@ -268,5 +268,8 @@ }, "mantras": { "message": "Mantras" + }, + "documentation": { + "message": "Documentation" } } diff --git a/src/App.jsx b/src/App.jsx index e3d9ffa..3f745f3 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1212,6 +1212,14 @@ function App() { > {chrome.i18n.getMessage("suggest_feature")} +