-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync with translatewiki (Getting more locales) #56
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be now be reviewed manually. Thank you for your contributions. |
We should use Translatewiki |
@rgaudin I have open the ticket to organize the sync with Translatewiki https://phabricator.wikimedia.org/T331816. But I have remarked that all the strings are stored in one file, this will be fore sure a problem. Can you split the stuff to have one file per language like we have in other Python projects where we deal with TW please? |
In your ticket, I see
AFAIK, we have no other python project using TW. |
|
Looks like TW supports gettext so that's probably what we're gonna use. We also have strings in JS code. We'd need to assess tools. Should we pause that request until our repo is ready? |
@rgaudin I wonder how much effort would be needed to implement this? There is a kind of momentum right now regarding localisation and I would really like to have at least one Python scraper doing this right. The other ones then shoykd be easier. |
This issue has been automatically marked as stale because it has not had recent activity. It will be now be reviewed manually. Thank you for your contributions. |
@benoit74 Would you be able to implement this small task? Actually people of Translatewiki where waiting from our feedback at https://phabricator.wikimedia.org/T331816 |
I will clearly benefit from your help to onboard me on Translatewiki, I have no experience on it (and no user account ^^). |
Currently we only have interface in french and english.
Book are in more than 50 languages ! (see list in #55 (comment))
Help us to provide more translation !
File with strings to translate in json is here https://github.com/openzim/gutenberg/blob/master/gutenbergtozim/l10n.py
and you should add you locale here : https://github.com/openzim/gutenberg/blob/master/gutenbergtozim/export.py#L40
Thanks !
The text was updated successfully, but these errors were encountered: