summaryrefslogtreecommitdiff
path: root/searx/searxng.msg
diff options
context:
space:
mode:
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',
+}