Skip to content

Commit

Permalink
23.12.43: flow type in kz locale[ENPF-58]
Browse files Browse the repository at this point in the history
  • Loading branch information
Lera24 committed Nov 23, 2023
1 parent 6e7d48a commit 03e9478
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "23.12.42",
"version": "23.12.43",
"private": false,
"scripts": {
"dev": "vite",
Expand Down
9 changes: 5 additions & 4 deletions src/locale/kz/kz.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,11 @@ export default {
},
flow: {
type: {
[EngineRoutingSchemaType.Chat]: 'Чат',
[EngineRoutingSchemaType.Voice]: 'Дауыс',
[EngineRoutingSchemaType.Service]: 'Сервис',
[EngineRoutingSchemaType.Processing]: 'Өңдеу',
[EngineRoutingSchemaType.Chat]: 'Мәтіндік',
[EngineRoutingSchemaType.Voice]: 'Дыбыстық',
[EngineRoutingSchemaType.Service]: 'Қызметтік',
[EngineRoutingSchemaType.Processing]: 'Нысандар',
[EngineRoutingSchemaType.Default]: 'Типі жоқ',
},
},
},
Expand Down

0 comments on commit 03e9478

Please sign in to comment.