Skip to content

Application contains many hard-coded strings that aren't translatable #488

@alecananian

Description

@alecananian

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:

  1. Select any language other than English
  2. 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.

Metadata

Metadata

Assignees

Labels

featureNew feature or requesthelp wantedExtra attention is neededwipWork in progress

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions