Remove Mattermost translation dummy data

This commit is contained in:
Jan Oberhauser 2021-12-19 13:54:53 +01:00
parent 5f6e9767c9
commit 4d15cb46a8

View file

@ -1,35 +0,0 @@
module.exports = {
mattermost: {
header: {
displayName: '🇩🇪 Mattermost',
description: '🇩🇪 Consume Mattermost API',
},
credentialsModal: {
mattermostApi: {
accessToken: {
displayName: '🇩🇪 Access token',
},
},
},
nodeView: {
resource: {
displayName: '🇩🇪 Resource',
description: '🇩🇪 The resource to operate on.',
options: {
channel: {
displayName: '🇩🇪 Channel',
},
message: {
displayName: '🇩🇪 Message',
},
reaction: {
displayName: '🇩🇪 Reaction',
},
user: {
displayName: '🇩🇪 User',
},
},
},
},
},
};