fix: refs #4774 remove js
This commit is contained in:
parent
aaf58c80f0
commit
7ecbfcd5af
|
@ -817,11 +817,6 @@ export default {
|
|||
hasToSendMail: 'Send check-ins by email',
|
||||
departmentRemoved: 'Department removed',
|
||||
},
|
||||
translations: {
|
||||
pageTitles: {
|
||||
translations: 'Translations',
|
||||
},
|
||||
},
|
||||
worker: {
|
||||
pageTitles: {
|
||||
workers: 'Workers',
|
||||
|
@ -831,7 +826,6 @@ export default {
|
|||
notifications: 'Notifications',
|
||||
workerCreate: 'New worker',
|
||||
department: 'Department',
|
||||
translations: 'Translations',
|
||||
},
|
||||
list: {
|
||||
name: 'Name',
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
import TranslationsVn from 'src/pages/Worker/TranslationsVn.vue';
|
||||
|
||||
export default {
|
||||
globals: {
|
||||
lang: {
|
||||
|
|
Loading…
Reference in New Issue