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.