WeblateOrg / WeblateOrg/weblate
Links to search for string's key usages in the codebase
- Dominant language
- Python
- Stars
- 6.1k
- Forks
- 1.4k
- Avg merge
- 9h 53m
- Merged PRs (30d)
- 395
Description
### Describe the problem
Some projects are set up such that the strings are not directly linked with places they're used in in the codebase ("source string location"), so viewing the context can be problematic.
Example with links: https://hosted.weblate.org/translate/weblate/application/cs/
Example with no links: https://hosted.weblate.org/translate/librephotos/librephotos-frontend/cs/
### Describe the solution you'd like
The simplest solution I see is to add links similar to "source string location" links, but not directly to a file and line but to a search page, e.g. https://github.com/LibrePhotos/librephotos-frontend/search?q=settings.header
### Describe alternatives you've considered
Maybe perform such search programmatically (instead of telling the user to find it themselves), say on the backend, and show the links to the search results.
Also maybe GNU Gettext has ideas that could help.
### Screenshots


### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.