diff options
author | Sheogorath | 2018-05-23 01:14:52 +0200 |
---|---|---|
committer | Sheogorath | 2018-05-24 18:10:36 +0200 |
commit | 41a36e2e1877b4a2ab6751c011e80582f8ccbcf2 (patch) | |
tree | d96cfb0701143d824da6b5310435885e917d64b7 /locales | |
parent | 7a91d01830f739d48eb1cb716f32372fd7cf7f68 (diff) |
Add privacy and ToS links
To be GDPR compliant we need to provide privacy statement. These should
be linked on the index page. So as soon as a document exist under
`public/docs/privacy.md` the link will show up.
Since we already add legal links, we also add Terms of Use, which will
show up as soon as `public/docs/terms-of-use.md` exists.
This should allow everyone to provide the legal documents they need for
GDPR and other privacy and business laws.
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to '')
-rw-r--r-- | locales/en.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/locales/en.json b/locales/en.json index 1aef3f6d..b19089e4 100644 --- a/locales/en.json +++ b/locales/en.json @@ -105,5 +105,7 @@ "Export to Snippet": "Export to Snippet", "Select Visibility Level": "Select Visibility Level", "Night Theme": "Night Theme", - "Follow us on %s and %s.": "Follow us on %s, and %s." -} + "Follow us on %s and %s.": "Follow us on %s, and %s.", + "Privacy": "Privacy", + "Terms of Use": "Terms of Use" +}
\ No newline at end of file |