Add Ukrainian translation for keys + formatin

This commit is contained in:
SimonOriginal
2024-06-24 18:12:39 +02:00
parent 665f87e84a
commit 2ece4e7cbb
3 changed files with 11 additions and 7 deletions

View File

@@ -111,7 +111,9 @@
saveSettings({ responseAutoCopy: responseAutoCopy });
} else {
toast.error(
$i18n.t('Clipboard write permission denied. Please check your browser settings to grant the necessary access.')
$i18n.t(
+ 'Clipboard write permission denied. Please check your browser settings to grant the necessary access.'
+ )
);
}
};