This commit is contained in:
2026-05-29 20:49:26 +02:00
parent 7e7da4030d
commit e0e0456768
10 changed files with 167 additions and 13 deletions

View File

@@ -583,7 +583,9 @@
poll_votes: "{{ t('comments.poll_votes') || 'votes' }}",
poll_vote_single: "{{ t('comments.poll_vote_single') || 'vote' }}",
poll_delete: "{{ t('comments.poll_delete') || 'Delete poll' }}",
poll_expired: "{{ t('comments.poll_expired') || 'Poll closed' }}"
poll_expired: "{{ t('comments.poll_expired') || 'Poll closed' }}",
poll_anonymous: "{{ t('comments.poll_anonymous') || 'Anonymous' }}",
poll_public: "{{ t('comments.poll_public') || 'Public votes' }}"
};
</script>
<script src="/s/js/f0ckm.js?v={{ ts }}"></script>