
Generate static translations for any front end project.
The Jamstack-translate package is a tool that allows you to generate static translations for any front-end project. It eliminates the need to use convoluted references to JSON files by providing a more streamlined approach to translation. It supports all file types and can translate strings inside <t> tags. Additionally, it can copy your source files into a generated/translated folder of your choice and generate a named JSON file with all your translations. This package is especially useful for those who dislike using i18n libraries and want a simpler solution for translating their projects.
<t> tagsThe Jamstack-translate package provides a simple and efficient way to generate static translations for front-end projects. It eliminates the need for complex i18n libraries and simplifies the translation process with its support for all file types and <t> tags. By generating a JSON file with translations, it enables version control and easy A/B testing. The package is easy to install and use, making it a valuable tool for developers looking to internationalize their projects.
