teamnovu / localize
Localize allows you to easily translate i18n files within Statamic
Installs: 88
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:Vue
Requires
- php: ^8.2
- statamic/cms: ^5.0
Requires (Dev)
- orchestra/testbench: ^9.0
README
Localize allows you to easily translate i18n files within Statamic
Features
This addon does:
- Translate i18n files within your Statamic page
- Provie an api route
How to Install
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'), ],