feat(i18n): complete portal localized surfaces

This commit is contained in:
poyrazavsever
2026-07-21 13:37:35 +03:00
parent 86a9c79511
commit 1227588320
12 changed files with 163 additions and 47 deletions
@@ -12,7 +12,7 @@ import {
} from "poyraz-ui/molecules";
type DestructiveConfirmationProps = {
cancelLabel?: string;
cancelLabel: string;
confirmLabel: string;
description: string;
loading?: boolean;
@@ -23,7 +23,7 @@ type DestructiveConfirmationProps = {
};
export function DestructiveConfirmation({
cancelLabel = "Vazgeç",
cancelLabel,
confirmLabel,
description,
loading = false,