Simple internationalization module which supports placeholders. See TranslatableStrings for a description of how this module works and how plugins should add translations.

Constructors

Methods

Properties

proxy: TranslationProxy = ...

Proxy object which supports dynamically translating all supported keys. This is generally used rather than the translate method so that renaming a key on the translatable object that contains all of the default translations will automatically update usage locations.