📄️ I18nKeyless.init()
The init function is the main configuration method that initializes i18n-keyless for your application. This function must be called once before using any translation components or hooks.
📄️ awaitForTranslationOrFallbackToOriginal()
awaitForTranslationOrFallbackToOriginal is the translation method for request-time code:
📄️ awaitForTranslationOrThrow()
awaitForTranslationOrThrow is the translation method for scripts, build steps, and one-off
📄️ awaitForTranslation() (deprecated)
Deprecated since 3.5.0. awaitForTranslation is now an alias of
📄️ getSupportedLanguages()
The getSupportedLanguages function returns the array of supported languages configured in your i18n-keyless application. This function is useful for building dynamic language selectors or checking if a specific language is supported.
📄️ getAllTranslationsForAllLanguages
type string) => Promise