Skip to main content

awaitForTranslation() (deprecated)

caution

Deprecated since 3.5.0. awaitForTranslation is now an alias of awaitForTranslationOrThrow — identical behaviour, same signature, same rejection on failure. It will be removed in 4.0.0.

Migrate today by renaming the import:

Enable the @typescript-eslint/no-floating-promises lint rule to catch a missing await during the migration.