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:
Patrik Oldsberg
2023-09-17 11:41:48 +02:00
parent f4abd00ac2
commit a68326c95a
6 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -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,
},
});