chore: add translations

This commit is contained in:
Tom (plebeius.eth)
2024-05-31 17:29:19 +02:00
parent 22657ff90a
commit fe48a991cc
40 changed files with 112 additions and 42 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ const ReplyModal = ({ closeModal, parentCid, scrollY }: ReplyModalProps) => {
[
<label>
<input type='checkbox' onChange={(e) => setContent.spoiler(e.target.checked)} />
{t('spoiler')}?
{_.capitalize(t('spoiler'))}?
</label>
]
</span>