-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Application contains many hard-coded strings that aren't translatable #488
Copy link
Copy link
Closed
Labels
featureNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededwipWork in progressWork in progress
Description
Describe the bug
I've found about 150+ unique hard-coded strings in the application code for titles, placeholders, toast messages, etc that are untranslatable because they're not set up to be compatible with nuxt-i18n.
To Reproduce
Steps to reproduce the behavior:
- Select any language other than English
- Observe untranslated strings even on the homepage ("search history", "History is empty", etc)
Expected behavior
All phrases are available for translation in the localized JSON files
- OS: any
- Browser: any
- Version: any
Additional context
I can create a pull request fixing as many of these as I could find, it just touches a ton of files so I wanted to confirm it's desired first or if the maintainers have any further suggestions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededwipWork in progressWork in progress