Continue Frontend localization (#9909)
Translation more content on the frontend
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
import { MessageDescriptor } from '@lingui/core';
|
||||
import { IconComponent } from 'twenty-ui';
|
||||
|
||||
export type TableFieldMetadata<ItemType> = {
|
||||
fieldLabel: string;
|
||||
fieldLabel: MessageDescriptor;
|
||||
fieldName: keyof ItemType;
|
||||
fieldType: 'string' | 'number';
|
||||
align: 'left' | 'right';
|
||||
|
||||
Reference in New Issue
Block a user