scribe-org / Scribe-Data

Wikidata, Wiktionary and Wikipedia language data extraction
GNU General Public License v3.0
23 stars 25 forks source link

Translate words from Russian to other Scribe languages #89

Closed shashank-iitbhu closed 6 months ago

shashank-iitbhu commented 6 months ago

Contributor checklist


Description

Related issue

github-actions[bot] commented 6 months ago

Thank you for the pull request!

The Scribe team will do our best to address your contribution as soon as we can. The following is a checklist for maintainers to make sure this process goes as well as possible. Feel free to address the points below yourself in further commits if you realize that actions are needed :)

If you're not already a member of our public Matrix community, please consider joining! We'd suggest using Element as your Matrix client, and definitely join the General and Data rooms once you're in. It'd be great to have you!

Maintainer checklist

shashank-iitbhu commented 6 months ago

This PR can be tested by running python3 src/scribe_data/extract_transform/languages/Russian/translations/translate_words.py from the project root.

This will also test #88. cc @andrewtavis @wkyoshida

andrewtavis commented 6 months ago

Note that the Linux tests don't work if we don't have language-data in the dependencies, which is a bit weird as it should be installed with langcodes... The Mac build in general is pretty broke at this point, as the step to install the PyICU dependencies is what errored now. We can focus on this a bit more after the structure and dependencies are a bit more set :)