Localize allows you to easily translate i18n files within Statamic
This addon does:
- Translate i18n files within your Statamic page
- Provie an api route
You can search for this addon in the Tools > Addons
section of the Statamic control panel and click install, or run the following command from your project root:
composer require teamnovu/localize
If you're using the Git integration you and want to track the used lang files,
add to config/statamic/git.php
the following path:
'paths' => [
// ...
base_path('lang'),
],