wingkwong / react-quiz-component

:orange_book: React Quiz Component
https://wingkwong.github.io/react-quiz-component/
MIT License
379 stars 147 forks source link

feat(locale): adds locale text to answers dropdown filter #265

Closed jisazamp closed 6 months ago

jisazamp commented 6 months ago

Added appLocale label, not just to the "all" filter on the responses page.

I've encountered this when trying to configure a quiz on a test project. The label on the "all" filter was working properly, like the following (ignore the styles):

image

On the dropdown, all the locales were shown fine:

image

However, when selecting any of the other values, it does not show the locale configured value:

image

Let me know if this works!