Add "thread from" overboard translation

merge-requests/341/head
Thomas Lynch 1 year ago
parent 22b4fb87c3
commit f3fbef3068
  1. 2
      locales/en-GB.json
  2. 2
      locales/pt-PT.json
  3. 2
      locales/ru-RU.json
  4. 2
      views/pages/overboard.pug

@ -1380,4 +1380,4 @@
"Your request was blocked because your IP address is listed on a blacklist.": "Your request was blocked because your IP address is listed on a blacklist.",
"Your upload was too large": "Your upload was too large",
"Zoom": "Zoom"
}
}

@ -1380,4 +1380,4 @@
"Your request was blocked because your IP address is listed on a blacklist.": "O teu pedido foi bloqueado porque o teu IP está numa blacklist.",
"Your upload was too large": "O teu carregamento é demasiado grande",
"Zoom": "Zoom"
}
}

@ -1380,4 +1380,4 @@
"Your request was blocked because your IP address is listed on a blacklist.": "Ваш запрос был заблокирован, потому что ваш IP-адрес внесен в черный список.",
"Your upload was too large": "Ваша загрузка была слишком большой",
"Zoom": "Увеличить"
}
}

@ -22,7 +22,7 @@ block content
if threads.length === 0
p #{__('No posts.')}
for thread in threads
h4.no-m-p Thread from #[a(href=`/${thread.board}/index.html`) /#{thread.board}/]
h4.no-m-p #{__('Thread from')} #[a(href=`/${thread.board}/index.html`) /#{thread.board}/]
.thread
+post(thread, true, false, false, false, true)
for post in thread.replies

Loading…
Cancel
Save