Skip to content

Commit

Permalink
feature: adding new locales [WTEL-4046]
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirBeria committed Jun 24, 2024
1 parent 3ad663f commit 86ac456
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/locale/ru/ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -959,6 +959,12 @@ export default {
timerangeTo: 'До',
},
},
configuration: {
configurationPopup: {
format: 'Формат',
separator: 'Разделитель',
},
},
integrations: {
integrations: 'Интеграции',
emptyWorkspace: 'Профили в разделе еще не созданы',
Expand Down
6 changes: 6 additions & 0 deletions src/app/locale/ua/ua.js
Original file line number Diff line number Diff line change
Expand Up @@ -960,6 +960,12 @@ export default {
timerangeTo: 'До',
},
},
configuration: {
configurationPopup: {
format: 'Формат',
separator: 'Розділювач',
},
},
integrations: {
integrations: 'Інтеграції',
emptyWorkspace: 'Профілі у розділі ще не створені',
Expand Down

0 comments on commit 86ac456

Please sign in to comment.