📄️ 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.
📄️ awaitForTranslation()
The awaitForTranslation function is the primary translation method for Node.js applications using i18n-keyless. It returns translated text for a specific target language and is perfect for server-side applications, APIs, and background services.
📄️ 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.