mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
28 lines
1006 B
HTML
28 lines
1006 B
HTML
{% macro t(key) %}{{ {
|
|
|
|
"language": "en",
|
|
|
|
"site.description": "Privacy Guides is your central privacy and security resource to protect yourself online.",
|
|
|
|
"theme.light": "Switch to light mode",
|
|
|
|
"theme.dark": "Switch to dark mode",
|
|
|
|
"theme.auto": "Switch to system theme",
|
|
|
|
"feedback.title": "Was this page helpful?",
|
|
|
|
"feedback.helpful.name": "This page was helpful",
|
|
|
|
"feedback.helpful.note": "Thanks for your feedback!",
|
|
|
|
"feedback.improve.name": "This page could be improved",
|
|
|
|
"feedback.improve.note": "Thanks for your feedback! Help us improve this page by opening a <a href='https://discuss.privacyguides.net/'>discussion on our forum</a>.",
|
|
|
|
"copyright.intro": "<b>Privacy Guides</b> is a non-profit, socially motivated website that provides information for protecting your data security and privacy.",
|
|
|
|
"copyright.affiliates": "We do not make money from recommending certain products, and we do not use affiliate links."
|
|
|
|
}[key] }}{% endmacro %}
|