core-plugin-api: remove the need to declare translation messages as const
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -22,5 +22,5 @@ export const adrTranslationRef = createTranslationRef({
|
||||
content_header_title: 'Architecture Decision Records',
|
||||
failed_to_fetch: 'Failed to fetch ADRs',
|
||||
no_adrs: 'No ADRs found',
|
||||
} as const,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user