summaryrefslogtreecommitdiff
path: root/searx/searxng.msg
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2024-01-29 17:10:11 +0100
committerMarkus Heiser <markus.heiser@darmarIT.de>2024-02-10 08:03:43 +0100
commit53898b8c37850bee241c74e2f617fb9cd49b3c69 (patch)
tree92ce0e09810806554a175057d0df549fd66c8748 /searx/searxng.msg
parent7e1b5f6cc83491d98763f010ab9052529576257e (diff)
downloadsearxng-53898b8c37850bee241c74e2f617fb9cd49b3c69.tar.gz
searxng-53898b8c37850bee241c74e2f617fb9cd49b3c69.zip
[mod] footer: i18n for the link names in the footer
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/searxng.msg')
-rw-r--r--searx/searxng.msg6
1 files changed, 6 insertions, 0 deletions
diff --git a/searx/searxng.msg b/searx/searxng.msg
index 17e49367c..b3d33e1f2 100644
--- a/searx/searxng.msg
+++ b/searx/searxng.msg
@@ -11,6 +11,7 @@ __all__ = [
'CATEGORY_NAMES',
'CATEGORY_GROUPS',
'STYLE_NAMES',
+ 'BRAND_CUSTOM_LINKS',
]
CONSTANT_NAMES = {
@@ -51,3 +52,8 @@ STYLE_NAMES = {
'LIGHT': 'light',
'DARK': 'dark',
}
+
+BRAND_CUSTOM_LINKS = {
+ 'UPTIME': 'Uptime',
+ 'ABOUT': 'About',
+}