feat(i18n): add "save_changes" translations for English and Indonesian
fix(validation): improve Indonesian validation messages for clarity refactor(ui): optimize useAsyncPaginate hook for better readability fix(data-table): enhance error handling with detailed messages in EnterpriseDataTable feat(enterprise-module): add form control to EnterpriseFormPageConfig and implement save confirmation modal refactor(form-page): streamline form page context and improve save handling logic feat(index-page): set document title based on config or translation key refactor(module-provider): clean up comments and improve code organization
This commit is contained in:
@@ -50,6 +50,7 @@
|
||||
"edit": "Ubah",
|
||||
"delete": "Hapus",
|
||||
"save": "Simpan",
|
||||
"save_changes": "Simpan Perubahan",
|
||||
"print": "Cetak",
|
||||
"confirm": "Confirm",
|
||||
"cancel": "Cancel",
|
||||
|
||||
Reference in New Issue
Block a user