Translate label and descriptions for objects (#9876)
Begin server-side translations
This commit is contained in:
@ -538,7 +538,7 @@ export class ObjectMetadataService extends TypeOrmQueryService<ObjectMetadataEnt
|
||||
|
||||
async resolveTranslatableString(
|
||||
objectMetadata: ObjectMetadataDTO,
|
||||
labelKey: 'labelPlural' | 'labelSingular',
|
||||
labelKey: 'labelPlural' | 'labelSingular' | 'description',
|
||||
locale: string,
|
||||
): Promise<string> {
|
||||
if (objectMetadata.isCustom) {
|
||||
|
||||
Reference in New Issue
Block a user