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
@@ -60,7 +60,7 @@ const Board = () => {
{state === 'failed' ? (
state
) : isInSubscriptionsView && subscriptions?.length === 0 ? (
`You have not subscribed to any board yet.`
t('not_subscribed_to_any_board')
) : (
<LoadingEllipsis string={loadingStateString} />
)}