feat(i18n): compute bilingual label on giving/ministry/expense-category lookups

This commit is contained in:
Chris Chen
2026-05-29 22:06:09 -07:00
parent 4bee06addb
commit 4e15e9f630
5 changed files with 24 additions and 9 deletions
@@ -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;