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:
@@ -30,5 +30,5 @@ export const userSettingsTranslationRef = createTranslationRef({
|
||||
select_theme: 'Select {{theme}}',
|
||||
select_theme_auto: 'Select Auto Theme',
|
||||
select_lng: 'Select language {{language}}',
|
||||
} as const,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user