Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 537 Bytes

File metadata and controls

13 lines (9 loc) · 537 Bytes

next-localization example

This example uses next-localization to provide a SSR, SSG, CSR compatible i18n solution.

In next.config.js you can configure the locales and routing strategy.

Development

  1. Run yarn link in the root directory.
  2. Run yarn build in the root directory.
  3. Run yarn here to update the next-localization package with the latest updates.
  4. Run yarn dev here to run the application.
  5. Repeat step 2) if you want to update next-localization.