Menu

Internationalization

Nexty.dev provides an out-of-the-box internationalization solution based on the industry-mature next-intl library. Whether for small projects or large applications, it enables easy implementation of multilingual support, helping your website reach global users.

Built-in Supported Languages

  • English (en) - Default language
  • Chinese (zh)
  • Japanese (ja)

Version Upgrade Notes

Starting from version v1.1.7, the organization structure of internationalization files has been redesigned.

Before v1.1.7, each language had only one JSON file, which became inefficient to maintain as content grew.

Starting from v1.1.7, it supports splitting files by functionality to improve maintenance efficiency.

Upgrade Scope:

  • Only involves the structural adjustment of the i18n/messages directory and the method of obtaining internationalization files in i18n/request.ts
  • Core functionality and APIs remain fully compatible
  • No need to modify business code

If you are using a version prior to v1.1.7, it is recommended to upgrade to the new organization structure according to the upgrade guide.

The internationalization module documentation will be explained based on version v1.1.7+.