You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2021. It is now read-only.
@@ -108,6 +109,14 @@ exports.create = function (api) {
108
109
checkbox(includeParticipating,{
109
110
label: i18n('Include "Participating" tab in navigation bar')
110
111
})
112
+
]),
113
+
114
+
h('h2',i18n('Blocking')),
115
+
116
+
h('div',[
117
+
checkbox(autoDeleteBlocked,{
118
+
label: i18n('Automatically delete messages from blocked authors. This is irreversible and will cause problems with clients that share the database but do not support deleted messages. Enable at your own risk!')
Copy file name to clipboardExpand all lines: locales/en.json
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -308,5 +308,8 @@
308
308
" replied but is blocked by ": " replied but is blocked by ",
309
309
"Content of a blocked user": "Content of a blocked user",
310
310
"el": "el",
311
-
"eo": "eo"
312
-
}
311
+
"eo": "eo",
312
+
"zh-TW": "zh-TW",
313
+
"Blocking": "Blocking",
314
+
"Automatically delete messages from blocked authors. This is irreversible and will cause problems with clients that share the database but do not support deleted messages. Enable at your own risk!": "Automatically delete messages from blocked authors. This is irreversible and will cause problems with clients that share the database but do not support deleted messages. Enable at your own risk!"
0 commit comments