Refactor structure of translation core file

This commit is contained in:
Nicola Benaglia
2025-04-24 09:26:31 +02:00
parent 501f35fa70
commit 7d45d54216
5 changed files with 17 additions and 12 deletions

View File

@@ -569,7 +569,7 @@ export const Save = ({ isDesktop, disableWidth, myName }) => {
}
}}
>
{t('core:import', {
{t('core:action.import', {
postProcess: 'capitalize',
})}
</ButtonBase>
@@ -594,7 +594,7 @@ export const Save = ({ isDesktop, disableWidth, myName }) => {
}
}}
>
{t('core:export', {
{t('core:action.export', {
postProcess: 'capitalize',
})}
</ButtonBase>