Skip to content

Commit

Permalink
Merge pull request #405 from webitel/feature/add-draggable-locale
Browse files Browse the repository at this point in the history
feature: add draggable locale[WTEL-4740](https://webitel.atlassian.ne…
  • Loading branch information
Lera24 authored Dec 31, 2024
2 parents 2596f25 + 2d057c6 commit 405d76d
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.33",
"version": "24.12.34",
"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 @@ -71,6 +71,7 @@ export default {
more: 'More',
read: 'Read',
create: 'Create',
draggable: 'Draggable',
},
// yak zhe ya zaebalsya povtoriaty odni i ti sami slova!!!!
vocabulary: {
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 @@ -71,6 +71,7 @@ export default {
more: 'Больше',
read: 'Читать',
create: 'Создать',
draggable: 'Перетащить',
},
vocabulary: {
language: 'Язык',
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 @@ -72,6 +72,7 @@ export default {
more: 'Більше',
read: 'Читати',
create: 'Створити',
draggable: 'Перетягнути',
},
vocabulary: {
language: 'Мова',
Expand Down

0 comments on commit 405d76d

Please sign in to comment.