Skip to content

wdp: add translate messages#242

Open
remusao wants to merge 3 commits intomainfrom
translation-messages
Open

wdp: add translate messages#242
remusao wants to merge 3 commits intomainfrom
translation-messages

Conversation

@remusao
Copy link
Copy Markdown
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.

@remusao remusao force-pushed the translation-messages branch from 54fa9f4 to 4b11373 Compare October 24, 2022 16:16
@remusao remusao force-pushed the translation-messages branch from 2e4219d to 06c51a1 Compare November 28, 2022 10:54
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