mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
chore: add translations
This commit is contained in:
@@ -280,10 +280,10 @@ const PostForm = () => {
|
||||
showForm &&
|
||||
(updatedAt ? (
|
||||
isBoardOffline && (
|
||||
<div className={styles.offlineBoard}>{`Posts last synced ${getFormattedTimeAgo(updatedAt)}, the subplebbit might be offline and publishing might fail.`}</div>
|
||||
<div className={styles.offlineBoard}>{t('posts_last_synced_info', { time: getFormattedTimeAgo(updatedAt), interpolation: { escapeValue: false } })}</div>
|
||||
)
|
||||
) : (
|
||||
<div className={styles.offlineBoard}>{`The subplebbit might be offline and publishing might fail.`}</div>
|
||||
<div className={styles.offlineBoard}>{t('subplebbit_offline_info')}</div>
|
||||
));
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user