feat(i18n): compute bilingual label on giving/ministry/expense-category lookups
This commit is contained in:
@@ -18,6 +18,8 @@ export interface GivingCategoryDto {
|
||||
description_zh: string | null;
|
||||
isActive: boolean;
|
||||
sortOrder: number;
|
||||
/** Display-only bilingual label, computed in the API service. */
|
||||
label?: string;
|
||||
}
|
||||
export interface CreateGivingCategoryRequest {
|
||||
name_en: string;
|
||||
|
||||
Reference in New Issue
Block a user