feat(i18n): localize submit button states

This commit is contained in:
2026-06-12 09:51:19 +02:00
parent 2fa6611719
commit 589b042e7c
31 changed files with 286 additions and 37 deletions
+5
View File
@@ -18,6 +18,11 @@ export const en = {
previous: "Previous",
next: "Next",
},
submitButton: {
defaultLabel: "Submit",
processing: "Processing",
success: "Success",
},
forbidden: {
title: "Access denied",
description: "You do not have permission to access this section.",