This interface defines a method that a custom transpile extender has to implement:
interface TranspileExtender {
transpile(
format: string,
data: FormatData
): string | undefined;
}
Creates a localized string for the provided value.
Returns the value formatted according to the active language and the provided parameters.