diff options
| author | shpuld <shp@cock.li> | 2017-11-13 01:06:48 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2017-11-13 01:06:48 +0200 |
| commit | 46f23b7de7a5e27dd4f9f13f063d263fbb1ec85d (patch) | |
| tree | 5675373b1df6019b6b52d8d2116b1223f0740081 /src/i18n/messages.js | |
| parent | c682a4b007cc55ce627e7c7331443905e473c4a7 (diff) | |
Add an option to automatically show new posts when scrolled to the top, also add fade-in animation for posts.
Diffstat (limited to 'src/i18n/messages.js')
| -rw-r--r-- | src/i18n/messages.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js index b9a4f756..cedb7fd7 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -103,6 +103,7 @@ const fi = { hide_attachments_in_convo: 'Piilota liitteet keskusteluissa', nsfw_clickthrough: 'Piilota NSFW liitteet klikkauksen taakse.', autoload: 'Lataa vanhempia viestejä automaattisesti ruudun pohjalla', + streaming: 'Näytä uudet viestit automaattisesti ollessasi ruudun huipulla', reply_link_preview: 'Keskusteluiden vastauslinkkien esikatselu' }, notifications: { @@ -186,6 +187,7 @@ const en = { hide_attachments_in_convo: 'Hide attachments in conversations', nsfw_clickthrough: 'Enable clickthrough NSFW attachment hiding', autoload: 'Enable automatic loading when scrolled to the bottom', + streaming: 'Enable automatic streaming of new posts when scrolled to the top', reply_link_preview: 'Enable reply-link preview on mouse hover' }, notifications: { |
