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

wdp: add translate messages #242

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

wdp: add translate messages #242

wants to merge 3 commits into from

Conversation

remusao
Copy link
Collaborator

@remusao remusao commented Oct 24, 2022

Two new actions:

    {
      "type": "wdp",
      "action": "translate-intent",
      "payload": {
        "q": "translate brave is the best browser from english to french",
        "sl": "en",
        "tl": "fr"
        "cntry": "de"
      }
    },

and,

    {
      "type": "wdp",
      "action": "translate-full",
      "payload": {
        "q": "translate brave is the best browser from english to french",
        "sl": "en",
        "tl": "fr",
        "st": "brave is the best browser",
        "tt": "courageux est le meilleur navigateur"
        "cntry": "de"
      }
    },

Refresh tests as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant