Plan
Plan copied to clipboard
Make DataExtension metadata translatable
I would like to be able to..
Translate headers, labels and descriptions from DataExtensions
The labels in these images for example
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.