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

v1.1.3 2024-09-30 07:50 UTC

This package is auto-updated.

Last update: 2024-11-14 09:54:03 UTC


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'),
],