From 386607a59b92f58613a980b66e8a7d5863b3bae7 Mon Sep 17 00:00:00 2001 From: plebeius Date: Fri, 27 Feb 2026 17:14:31 +0800 Subject: [PATCH] Update rules.tsx --- src/views/rules/rules.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/views/rules/rules.tsx b/src/views/rules/rules.tsx index 2d860a93..4c269299 100644 --- a/src/views/rules/rules.tsx +++ b/src/views/rules/rules.tsx @@ -6,6 +6,8 @@ import { useDirectories, DirectoryCommunity } from '../../hooks/use-directories' import { getSubplebbitAddress, getBoardPath } from '../../lib/utils/route-utils'; import Markdown from '../../components/markdown'; import styles from './rules.module.css'; +import { useTranslation } from 'react-i18next'; +import lowerCase from 'lodash/lowerCase'; const getBoardShortCode = (title?: string): string => { if (!title) return ''; @@ -118,6 +120,8 @@ const BoardSelector = ({ } }; + const { t } = useTranslation(); + return (
@@ -142,7 +146,7 @@ const BoardSelector = ({
setCustomAddress(e.target.value)} className={styles.addressInput} @@ -183,8 +187,8 @@ const Rules = () => {

Rules

- 5chan is a serverless and adminless tool to browse and post to decentralized imageboards. 5chan does not have global rules or moderators. Each board is - independently owned and moderated, with its own set of rules determined by the board owner. + 5chan does not have global rules or moderators. It is a serverless, adminless, static tool for browsing and posting to decentralized imageboards.{' '} + Each board sets its own rules independently, determined by the board owner and board admins, and enforced by the board moderators.

Please read and respect the rules of whatever board you decide to post to.