Skip to content

Commit

Permalink
docs: mention callbacks (nuxt-modules#1931)
Browse files Browse the repository at this point in the history
  • Loading branch information
ineshbose committed Mar 14, 2023
1 parent a0e2372 commit 951b7a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/content/2.guide/2.runtime-hooks.md
Expand Up @@ -2,6 +2,12 @@

Nuxt i18n module exposes some [runtime hooks](https://nuxt.com/docs/guide/going-further/hooks#app-hooks-runtime) as callbacks that you can use to perform specific tasks that depend on the app's language.

::alert{type="warning"}

For v8.0.0-beta.10 and below, please refer to [callbacks](https://i18n.nuxtjs.org/callbacks/) and [configuration](https://i18n.nuxtjs.org/options-reference#onbeforelanguageswitch).

::

---

**Nuxt i18n module** exposes some callbacks that you can use to perform specific tasks that depend on the app's language.
Expand Down

0 comments on commit 951b7a2

Please sign in to comment.