First iteration for internationalization of the loader

This commit is contained in:
Marco Rodolfi
2023-01-13 11:03:16 +01:00
parent 2ebcc67bb5
commit e4acd4aa1f
72 changed files with 73145 additions and 676 deletions
@@ -11,11 +11,7 @@ export default function RemoteDebuggingSettings() {
return (
<Field
label={t('remote_cef_label')}
description={
<span style={{ whiteSpace: 'pre-line' }}>
{t('remote_cef_desc')}
</span>
}
description={<span style={{ whiteSpace: 'pre-line' }}>{t('remote_cef_desc')}</span>}
icon={<FaBug style={{ display: 'block' }} />}
>
<Toggle