Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 14698ba

Browse files
committed
fix i18n
1 parent dda1a70 commit 14698ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/i18n/strings/en_EN.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2345,6 +2345,9 @@
23452345
"Sorry, you can't edit a poll after votes have been cast.": "Sorry, you can't edit a poll after votes have been cast.",
23462346
"Vote not registered": "Vote not registered",
23472347
"Sorry, your vote was not registered. Please try again.": "Sorry, your vote was not registered. Please try again.",
2348+
"you have %(count)s votes remaining|other": "you have %(count)s votes remaining",
2349+
"you have %(count)s votes remaining|one": "you have %(count)s vote remaining",
2350+
"you have no votes remaining": "you have no votes remaining",
23482351
"Final result based on %(count)s votes|other": "Final result based on %(count)s votes",
23492352
"Final result based on %(count)s votes|one": "Final result based on %(count)s vote",
23502353
"Results will be visible when the poll is ended": "Results will be visible when the poll is ended",
@@ -2353,9 +2356,6 @@
23532356
"%(count)s votes cast. Vote to see the results|one": "%(count)s vote cast. Vote to see the results",
23542357
"Based on %(count)s votes|other": "Based on %(count)s votes",
23552358
"Based on %(count)s votes|one": "Based on %(count)s vote",
2356-
"you have %(count)s votes remaining|other": "you have %(count)s votes remaining",
2357-
"you have %(count)s votes remaining|one": "you have %(count)s vote remaining",
2358-
"you have no votes remaining": "you have no votes remaining",
23592359
"edited": "edited",
23602360
"%(count)s votes|other": "%(count)s votes",
23612361
"%(count)s votes|one": "%(count)s vote",

0 commit comments

Comments
 (0)