Internationalisation [PRO]
The Frontend app is localised using a great library - next-intl (opens in a new tab).
The locale labels are located in its own package packages/intl
. The Next.js intl config is located at apps/webpro/src/lib/intl.ts
For demo purposes, only the landing page is localised in French. By default the website loads the English version at /
, when the language is changed, the app becomes available at /fr
. Feel free to add other languages.
Refer to next-intl docs (opens in a new tab) to learn more.