about summary refs log tree commit diff stats
path: root/src/pages/widgets/links.pug
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2023-02-01 12:22:15 +0300
committerManeraKai <manerakai@protonmail.com>2023-02-01 12:22:15 +0300
commit19ef11ce991c3d001050c9724bd2b60cf565dae2 (patch)
treeef997de12989a1c4e319ed63adf941049cc65324 /src/pages/widgets/links.pug
parentFixed locales and other typing stuff (diff)
downloadlibredirect-19ef11ce991c3d001050c9724bd2b60cf565dae2.zip
Readded Neuters https://github.com/libredirect/libredirect/issues/604 . Tweaked localization code
Diffstat (limited to 'src/pages/widgets/links.pug')
-rw-r--r--src/pages/widgets/links.pug2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/widgets/links.pug b/src/pages/widgets/links.pug
index 2421a24a..253177f9 100644
--- a/src/pages/widgets/links.pug
+++ b/src/pages/widgets/links.pug
@@ -12,7 +12,7 @@ section(class="links" id="links")
                     img(class='light' src=`/assets/images/${key}-icon-light.svg`)
                 else
                     img(src=`/assets/images/${key}-icon.${services[key].imageType}`)
-                span(data-localise="__MSG_"+key+"__")=services[key].name
+                span=services[key].name
 
     div(class="title")
         a(target="_blank" href="https://libredirect.github.io")