Plan icon indicating copy to clipboard operation
Plan copied to clipboard

Make DataExtension metadata translatable

Open AuroraLS3 opened this issue 2 years ago • 0 comments

I would like to be able to..

Translate headers, labels and descriptions from DataExtensions

The labels in these images for example image image

Is your feature request related to a problem? Please describe.

Plugin labels are metadata coming from the DataExtension, annotations or dynamic.

Since each value provider has an unique id, it would be possible to generate translation keys for these properties, such as:

extension.label.ViaVersion.lastJoinVersion.text
extension.label.ViaVersion.lastJoinVersion.description
extension.label.ViaVersion.table.version.column1
extension.label.ViaVersion.table.version.column2

I'm not sure how to get these to the locale files automatically though, but that would be part of the ticket I suppose.

AuroraLS3 avatar Oct 10 '23 06:10 AuroraLS3