-
Notifications
You must be signed in to change notification settings - Fork 33
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
Maintain or publish list of translation teams for each language #370
Comments
Assigning to Nico as he probably knows the most about this area. |
I guess the source of truth should be Lokalise, but I have no idea how to pull that info programmatically from there... |
Looks like this information is stored in Lokalise in the form of contributors (not team-user entitites). Using the lokalise2 cli and jq tool I was able to extract the current user-to-language mappings. First, I store Then I can extract language-to-user_ids mapping using this nasty one-liner transformation:
When creating new lokalise tasks, either list of user ids or user groups can be specified for each language that is included in the task. We also recognize two kinds of tasks: 1. translation, 2. scientific review. Therefore it would make sense to create We can then either add the new contributors to given user groups manually as part of onboarding or just sync the groups from the contributor-language association periodically. My next step here will be creating said groups for the live languages. |
To extract reviewers, the one-liner jq code should start with |
The reference command to create translators group for cs is this:
Unfortunately it seems that I don't have Lokalise permissions to do this ATM. Pending further permissions. |
I'm still unable to run |
When we need to update the existing content we can do that by creating Lokalise tasks. Ideally this would be run for all live languages and be assigned to current teams of translators for each language.
When I tried to do this for #368 I was unable to figure out who are the current translators for each language. It would be nice to have public list of translators for each languages so that we can create new tasks accurately.
It seems to me that lokalise allows to maintain user groups that could be used exactly for this purpose (each language will have dedicated group of translators and/or sci-reviewers).
In either case, we need to agree on what is the ground truth and make it publicly available and discoverable.
The text was updated successfully, but these errors were encountered: