mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-16 07:46:31 +00:00
Patch: replaced plain text with i18n in settings
Change-type: patch
This commit is contained in:
parent
8d46ee4c22
commit
11cea7c926
@ -39,7 +39,7 @@ async function getSettingsList(): Promise<Setting[]> {
|
||||
},
|
||||
{
|
||||
name: 'autoBlockmapping',
|
||||
label: 'Trim ext{2,3,4} partitions before writing (raw images only)',
|
||||
label: i18next.t('settings.trimExtPartitions'),
|
||||
},
|
||||
];
|
||||
if (['appimage', 'nsis', 'dmg'].includes(packageType)) {
|
||||
|
@ -138,6 +138,7 @@ const translation = {
|
||||
autoUpdate: 'Auto-updates enabled',
|
||||
settings: 'Settings',
|
||||
systemInformation: 'System Information',
|
||||
trimExtPartitions: 'Trim ext{2,3,4} partitions before writing (raw images only)',
|
||||
},
|
||||
menu: {
|
||||
edit: 'Edit',
|
||||
|
Loading…
x
Reference in New Issue
Block a user