typedoc icon indicating copy to clipboard operation
typedoc copied to clipboard

How to apply to annotations after adding members to this TranslatableStrings interface

Open 111yyh opened this issue 1 year ago • 1 comments

Search terms

Question

How to use members after adding members to TranslatableStrings interface?

111yyh avatar Aug 21 '24 06:08 111yyh

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)

Gerrit0 avatar Aug 22 '24 02:08 Gerrit0