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

Include translatable tokens in dataset #3

Open
SethFalco opened this issue Jan 8, 2023 · 0 comments
Open

Include translatable tokens in dataset #3

SethFalco opened this issue Jan 8, 2023 · 0 comments

Comments

@SethFalco
Copy link
Member

SethFalco commented Jan 8, 2023

In commands, tokens can be translated.

We can index and pull out the tokens from each command string, and include those mappings in the output as well.

Example

- Add a new task to the work list:

`todo new {{thing_to_do}} --list {{work}}`
- Aggiungere un nuovo task alla lista delle cose da fare per lavoro:

`todo new {{cose_da_fare}} --list {{lavoro}}`
  • thing_to_do → cose_da_fare
  • work → lavoro
@SethFalco SethFalco changed the title Are we able to include variables/tokens in translations? Include translatable tokens in dataset Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant