Plugins
For adding further functionality Tolgee SDK contains a plugin system. You can add them at the Tolgee initialization:
const tolgee = Tolgee()
  .use(DevTools())          // <-– plugin
  .use(FormatSimple())      // <-- another plugin
  .init(...)
Existing plugins
- DevTools - for in-context translating in dev mode
 
Formatters
- FormatSimple - bundle size friendly simple formatter
 - FormatIcu - full ICU formatter
 
Backends (data fetching)
- BackendFetch - fetch data from custom backend
 
Language helpers
- LanguageStorage - store language in LocalStorage
 - LanguageDetector - detect user language from browser