* more proffesional language in rejecting AI

* footer uses locales
This commit is contained in:
2025-08-27 19:00:49 +01:00
parent 532010f873
commit 99e07389d0
3 changed files with 6 additions and 2 deletions

View File

@@ -12,6 +12,7 @@
"comment": "Comment",
"submit": "Sumbit",
"site_ran_by": "Site is ran by",
"signups_unavailable": "Sorry, this server does not allow signups",
"user_exists": "Sorry, this user already exists, try a different username",
"user_doesnt_exist": "Sorry, this user does not exist",
@@ -20,6 +21,7 @@
"incorrect_password": "Incorrect Password",
"rss_disabled": "Sorry, RSS is disabled",
"atom_disabled": "Sorry, ATOM is disabled",
"AI_consent": "The content on this website may not be copied, scraped, or used to train AI models or large language models (LLMs) without prior written consent.",
"rss_feed": "RSS Feed",
"atom_feed": "ATOM Feed",

View File

@@ -12,6 +12,7 @@
"comment": "Comment",
"submit": "Sumbit",
"site_ran_by": "Site is ran by",
"signups_unavailable": "Sorry, this server does not allow signups",
"user_exists": "Sorry, this user already exists, try a different username",
"user_doesnt_exist": "Sorry, this user does not exist",
@@ -20,6 +21,7 @@
"incorrect_password": "Incorrect Password",
"rss_disabled": "Sorry, RSS is disabled",
"atom_disabled": "Sorry, ATOM is disabled",
"AI_consent": "The·content·on·this·website·may·not·be·copied,·scraped,·or·used·to·train·AI·models·or·large·language·models·(LLMs)·without·prior·written·consent.",
"rss_feed": "RSS Feed",
"atom_feed": "ATOM Feed",

View File

@@ -1,3 +1,3 @@
Site is ran by <%= config.site_admin %><br/>
<%= locale.site_ran_by %> <%= config.site_admin %><br/>
<%- locale.attribution %><br/>
Consent is withdrawn for AI scraping of this website or it's content.
<%= locale.AI_consent %> <!-- remove consent for AI scrapers -->