1 مستودع
Utilities for automating the extraction and management of translation strings during development.
Distinct from Internationalization Tools: Distinct from Internationalization Tools: focuses specifically on the developer workflow (extraction from code) rather than general runtime utilities.
Explore 1 awesome GitHub repository matching part of an awesome list · Internationalization Workflow Tools. Refine with filters or upvote what's useful.
next-intl is an internationalization framework for Next.js applications. It provides a system for managing translations, localized routing, and ICU message formatting to deliver multilingual content across server and client components. The project distinguishes itself through a focus on developer experience and type safety, utilizing a TypeScript translation validator that generates declaration files from JSON messages for compile-time key validation. It streamlines translation workflows with tools for automatically extracting strings from source code into message files and synchronizing thos
Includes utilities for automatically extracting translation strings from source code into JSON message files.