Skip to content

Commit

Permalink
feature: add calendar locale[WTEL-4883](https://webitel.atlassian.net…
Browse files Browse the repository at this point in the history
  • Loading branch information
Lera24 committed Nov 27, 2024
1 parent 4a60b26 commit 333f3b8
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.12.8",
"version": "24.12.9",
"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 @@ -140,6 +140,7 @@ export default {
grantor: 'Grantor | Grantors',
role: 'Role | Roles',
user: 'User | Users',
calendar: 'Calendar | Calendars',
queue: {
type: {
[QueueType.INBOUND_QUEUE]: 'Inbound queue',
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 @@ -139,6 +139,7 @@ export default {
grantor: 'Праводатель | Праводатели',
user: 'Пользователь | Пользователи',
role: 'Роль | Роли',
calendar: 'Календарь | Календари',
queue: {
type: {
[QueueType.INBOUND_QUEUE]: 'Входящая очередь',
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 @@ -139,6 +139,7 @@ export default {
grantor: 'Надавач | Надавачі',
user: 'Користувач | Користувачі',
role: 'Роль | Ролі',
calendar: 'Календар | Календарі',
queue: {
type: {
[QueueType.INBOUND_QUEUE]: 'Вхідна черга',
Expand Down

0 comments on commit 333f3b8

Please sign in to comment.