Skip to content
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

Help translate terminal language #2100

Merged
merged 4 commits into from
Jul 19, 2022
Merged

Help translate terminal language #2100

merged 4 commits into from
Jul 19, 2022

Conversation

DidierRLopes
Copy link
Collaborator

The notebook in this PR accomplishes 3 things utilizing txtai library:

  • Translates the en.yml terminal dictionary to any other language of choice (as long as it is in txtai)
  • It is also smart enough to not replace values on the dictionary that have already been selected, this is because we expect someone to refine the first iteration
  • When a new command is added, the user will by default update en.yml but may forget all other languages (or not know better). This notebook also provides the functionality to leverage txtai library to update all the other languages with the new command/text string added without modifying what already exists.

NOTE: This is meant to only be run locally.

@DidierRLopes DidierRLopes added the feat S Small T-Shirt size Feature label Jul 17, 2022
@DidierRLopes DidierRLopes merged commit 53c3c59 into main Jul 19, 2022
@colin99d colin99d deleted the help-translate branch July 23, 2022 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat S Small T-Shirt size Feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants