Variable: afterToTranslate (deprecated)
> afterToTranslate: ((key) => string) | undefined
Defined in: src/translator/TranslatorManager.ts:44
Deprecated
Optional hook that runs after the built-in TextReplaces after-translation replace pass. Useful for post-processing translated strings.
Prefer TextReplaces.add with type: "after-translation" instead.