New i18n, Refactored Permissions, and New Docs
· One min read
A new and more efficient way to work with i18n, along with a simplified and enhanced permissions system.
New i18n
The previous package, @codeleap/i18n
, has been deprecated. The template now uses lingui
, a library that completely eliminates the need for keys. You can now write text directly in the code and extract all the text in one go with a single command.
Check out the full guide HERE.
Refactored Permissions
The permissions system has been redesigned, and a separate package has been created to make it simpler and add more features, addressing issues from the old system.
Check out the complete documentation HERE.
New Documentation
The previous documentation site has been rebuilt and updated to use Docusaurus. More articles will be added over time.