agdhruv/ncovindia

"See all" button in non-english languages

Closed this issue · 0 comments

The see all button in index.php doesn't work well for languages that are not English.
This is because the Javascript that handles this button's content uses a string literal to toggle the value between "See All" and "See Less". However, the literal is only the English version (untranslated).

Need to fix this asap.