typedoc
typedoc copied to clipboard
How to apply to annotations after adding members to this TranslatableStrings interface
Search terms
Question
How to use members after adding members to TranslatableStrings interface?
I have... no idea what you're asking. Plugins which add translatable strings also need to call app.internationalization.addTranslations to declare their defaults by adding entries to the en locale.
Translated text can be retrieved via app.internationalization.translate("someKey", ...args) or with app.i18n.someKey(...args)