Poll WIP (#231):

* frontend message localization
This commit is contained in:
John Livingston
2024-07-04 17:39:40 +02:00
parent 3c45c2d1e6
commit 6f7c5c50f7
8 changed files with 49 additions and 5 deletions

View File

@ -45,7 +45,10 @@ const locKeys = [
'poll_instructions',
'poll_end',
'poll',
'poll_vote_instructions'
'poll_vote_instructions',
'poll_is_over',
'poll_choice_invalid',
'poll_anonymous_vote_ok'
]
module.exports = locKeys