Skip to content

Commit

Permalink
feat: link to guide for configuring IBM Watson Speech to Text
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Sep 24, 2021
1 parent e8f3488 commit ead4292
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@
"description": "Text of the link."
},

"linkText_witSpeechApiGuide": {
"linkText_apiGuide": {
"message": "How to get an API key?",
"description": "Text of the link."
},
Expand Down
12 changes: 11 additions & 1 deletion src/options/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,16 @@
</v-textfield>
</div>

<a
class="service-guide"
v-if="options.speechService === 'ibmSpeechApi'"
target="_blank"
rel="noreferrer"
href="https://github.com/dessant/buster/wiki/Configuring-IBM-Watson-Speech-to-Text"
>
{{ getText('linkText_apiGuide') }}
</a>

<div
class="option select"
v-if="options.speechService === 'microsoftSpeechApi'"
Expand Down Expand Up @@ -108,7 +118,7 @@
rel="noreferrer"
href="https://github.com/dessant/buster/wiki/Configuring-Wit.ai"
>
{{ getText('linkText_witSpeechApiGuide') }}
{{ getText('linkText_apiGuide') }}
</a>
</div>
</div>
Expand Down

0 comments on commit ead4292

Please sign in to comment.