WeblateOrg / WeblateOrg/weblate
[Data source] Wikidata localization
- Dominant language
- Python
- Stars
- 6.1k
- Forks
- 1.4k
- Avg merge
- 9h 53m
- Merged PRs (30d)
- 395
Description
### Describe the problem
Sometimes I need to translate large sets of data from Wikidata, doing it manually is very time consuming.
### Describe the solution you'd like
Adding an option for a list of objects or a SPARQL query to fetch all the relevant data for translation, the translated terms will (or should) be directly saved back to Wikidata (another option is to create an internal repository and push on request which may lead to collisions on larger scales).
### Describe alternatives you've considered
Translating directly in Wikidata, it's possible but very time-consuming.
### Screenshots
_No response_
### Additional context
I actually have a task waiting just for that, I'm correlating the data from OpenStreetMap to Wikidata, so now whenever I'm changing the data in Wikidata it's being automatically reflected in OSM.
This way I can have lists of countries/regions/cities/streets and translate them using Zen mode instead of going one by one, so the only difficult part here is to correlate the names of the city to the Wikidata properties (which should be done once) and then translate.
We can also have supporting languages so we can fetch the main name in addition to the English translation/transliteration to help with proper translation.
It will also help with translating all the terms in the OSM wiki (which is sort of a Wikibase with different data correlations).
Thanks :)
Contributor guide
Assessment
This issue has not been assessed yet.