Skip to content

Commit 2bb7f0e

Browse files
committed
v2.4.0
1 parent a6aa2c3 commit 2bb7f0e

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Web Chat
1+
# Web chat
22

3-
Welcome to [Watson Assistant](https://www.ibm.com/cloud/watson-assistant/) Web Chat. With just a few lines of code, you can add a Web Chat widget to your website and take advantage of all the best and newest that Watson Assistant has to offer.
3+
Welcome to [Watson Assistant](https://www.ibm.com/cloud/watson-assistant/) web chat. With just a few lines of code, you can add a web chat widget to your website and take advantage of all the best and newest that Watson Assistant has to offer.
44

55
This repository holds support assets for our documentation and coding example web site.
66

77
## For documentation and coding examples, please visit https://web-chat.global.assistant.watson.cloud.ibm.com/docs.html.
88

9-
## For changelog for each version of Web Chat, please visit https://cloud.ibm.com/docs/assistant?topic=assistant-release-notes-chat
9+
## For changelog for each version of web chat, please visit https://cloud.ibm.com/docs/assistant?topic=assistant-release-notes-chat

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<title>Watson Assistant Web Chat Documentation</title>
5-
<meta name="description" content="Web Chat is a framework-agnostic code snippet you can immediately embed on your website. Web Chat can be extended and customized in a variety of ways, so you can concentrate on your unique solutions.">
4+
<title>Watson Assistant web chat documentation</title>
5+
<meta name="description" content="Web chat is a framework-agnostic code snippet you can immediately embed on your website. Web chat can be extended and customized in a variety of ways, so you can concentrate on your unique solutions.">
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
88
<meta name="viewport" content="width=device-width, initial-scale=1">

languages/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Web Chat Language Configuration
1+
# Web chat language configuration
22

33
## Overview
44

5-
This folder contains [ICU Message Format](http://userguide.icu-project.org/formatparse/messages) JSON representations of all of the languages that are supported by both Watson Assistant dialog skills and the Web Chat widget. Web Chat defaults to English (US), but you can pass in an object of language strings with
5+
This folder contains [ICU Message Format](http://userguide.icu-project.org/formatparse/messages) JSON representations of all of the languages that are supported by both Watson Assistant dialog skills and the web chat widget. Web chat defaults to English (US), but you can pass in an object of language strings with
66
[the updateLanguagePack](https://watson-developer-cloud.github.io/assistant-web-chat/documentation.html#instanceupdatelanguagepack) method.
77

88
See https://watson-developer-cloud.github.io/assistant-web-chat/documentation.html#languages for more information.

languages/en.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"options_ariaOptionsDisabled": "These options are disabled and cannot be selected",
2727
"header_previewLinkTitle": "Assistant preview",
2828
"header_ariaBotAvatar": "{botName} avatar image",
29+
"homeScreen_conversationStarterLabel": "Get started",
2930
"agent_reason_error": "Hmmm... I'm experiencing some difficulties. I need a human agent to manually continue the conversation.",
3031
"agent_mockTitle": "Connect to agent",
3132
"agent_mockDescription": "The connect to agent response type was received. In production, you would write code to handle this connection.",
@@ -64,5 +65,12 @@
6465
"agent_confirmEndChatYes": "Yes",
6566
"icon_ariaUnreadMessages": "There {count, plural, one {is} other {are}} {count, number} unread {count, plural, one {message} other {messages}}",
6667
"showMore": "Show more",
67-
"showLess": "Show less"
68+
"showLess": "Show less",
69+
"suggestions_connectToAgent": "Connect to agent",
70+
"suggestions_ariaListLabel": "The alternate suggestions list that contains additional options.",
71+
"suggestions_ariaButtonToClose": "Alternate suggestions button. Click to close the alternate suggestions list.",
72+
"suggestions_ariaButtonToOpen": "Alternate suggestions button. Click to open the alternate suggestions list.",
73+
"suggestions_ariaAnnounceButtonShow": "Click the alternate suggestions button for more options.",
74+
"suggestions_ariaAnnounceListOpen": "The alternate suggestions list has been opened. There {count, plural, one {is} other {are}} {count, number} {count, plural, one {option} other {options}}.",
75+
"suggestions_ariaAnnounceListClosed": "The alternate suggestions list has been closed."
6876
}

last-published.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
081020 212012
1+
090220 200342

0 commit comments

Comments
 (0)