Skip to content

Commit

Permalink
Merge pull request #225 from webitel/feature/flow-locale
Browse files Browse the repository at this point in the history
feature: added title for flow [WTEL-4355]
  • Loading branch information
dlohvinov authored May 3, 2024
2 parents 640a892 + 066d27d commit cecb51f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webitel/ui-sdk",
"version": "24.4.30",
"version": "24.4.31",
"private": false,
"scripts": {
"dev": "vite",
Expand Down
1 change: 1 addition & 0 deletions src/locale/en/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ export default {
},
},
flow: {
name: 'Flow schema | Flow schemas',
type: {
[EngineRoutingSchemaType.Chat]: 'Chat',
[EngineRoutingSchemaType.Voice]: 'Voice',
Expand Down
1 change: 1 addition & 0 deletions src/locale/ru/ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ export default {
},
},
flow: {
name: 'Схема | Схемы',
type: {
[EngineRoutingSchemaType.Chat]: 'Текстовая',
[EngineRoutingSchemaType.Voice]: 'Голосовая',
Expand Down
1 change: 1 addition & 0 deletions src/locale/ua/ua.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ export default {
},
},
flow: {
name: 'Схема | Схеми',
type: {
[EngineRoutingSchemaType.Chat]: 'Текстова',
[EngineRoutingSchemaType.Voice]: 'Голосова',
Expand Down

0 comments on commit cecb51f

Please sign in to comment.