mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
remove translate todos
This commit is contained in:
@@ -150,7 +150,6 @@ export function SettingsPage() {
|
||||
|
||||
const openLogs = () => ipcService.sendLazy("open-logs");
|
||||
|
||||
// TODO TRANSLATE
|
||||
const showDeepLinkError = (isDeactivation: boolean) => {
|
||||
const desc = isDeactivation ? "notifications.settings.additional-content.deep-link.deactivation.error.description" : "notifications.settings.additional-content.deep-link.activation.error.description";
|
||||
notificationService.notifyError({title: "notifications.types.error", desc, duration: 3000});
|
||||
@@ -227,7 +226,6 @@ export function SettingsPage() {
|
||||
</div>
|
||||
</SettingContainer>
|
||||
|
||||
{/* TODO TRANSLATE */}
|
||||
<SettingContainer title="pages.settings.additional-content.title" description="pages.settings.additional-content.description">
|
||||
|
||||
<SettingContainer minorTitle="pages.settings.additional-content.deep-links.sub-title">
|
||||
|
||||
@@ -67,8 +67,6 @@ export default function OneClickDownloadMap() {
|
||||
|
||||
});
|
||||
|
||||
// TODO TRANSLATE
|
||||
|
||||
promise.catch(() => {
|
||||
notification.notifySystem({title: t("notifications.types.error"), body: t("notifications.maps.one-click-install.error")});
|
||||
});
|
||||
|
||||
@@ -58,8 +58,6 @@ export default function OneClickDownloadModel() {
|
||||
|
||||
});
|
||||
|
||||
// TODO TRANSLATE
|
||||
|
||||
promise.catch(() => {
|
||||
notification.notifySystem({title: t("notifications.types.error"), body: t("notifications.models.one-click-install.error")});
|
||||
})
|
||||
|
||||
@@ -55,8 +55,6 @@ export default function OneClickDownloadPlaylist() {
|
||||
|
||||
});
|
||||
|
||||
// TODO TRANSLATE
|
||||
|
||||
promise.catch(() => {
|
||||
notification.notifySystem({title: t("notifications.types.error"), body: t("notifications.playlists.one-click-install.error")});
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user