Skip to content

Commit

Permalink
feature: added new section [WTEL-4195]
Browse files Browse the repository at this point in the history
  • Loading branch information
lizacoma committed Feb 19, 2024
1 parent f485ede commit 8e5c318
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/enums/WebitelApplications/AdminSections.enum.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const AdminSections = Object.freeze({
// SYSTEM
CHANGELOGS: 'changelogs',
CONFIGURATION: 'configuration',
GLOBAL_VARIABLES: 'global-variables',
});

export default AdminSections;
1 change: 1 addition & 0 deletions src/locale/en/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ export default {
[AdminSections.OBJECTS]: 'Objects',
[AdminSections.CHANGELOGS]: 'Change log',
[AdminSections.CONFIGURATION]: 'Configuration',
[AdminSections.GLOBAL_VARIABLES]: 'Global variables',
},
},
},
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 @@ -232,6 +232,7 @@ export default {
[AdminSections.OBJECTS]: 'Разделы',
[AdminSections.CHANGELOGS]: 'Журнал изменений',
[AdminSections.CONFIGURATION]: 'Конфигурация',
[AdminSections.GLOBAL_VARIABLES]: 'Глобальные переменные',
},
},
},
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 @@ -232,6 +232,7 @@ export default {
[AdminSections.OBJECTS]: 'Розділи',
[AdminSections.CHANGELOGS]: 'Журнал змін',
[AdminSections.CONFIGURATION]: 'Конфігурація',
[AdminSections.GLOBAL_VARIABLES]: 'Глобальні змінні',
},
},
},
Expand Down

0 comments on commit 8e5c318

Please sign in to comment.