PHPackages                             teamnovu/localize - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Localization &amp; i18n](/categories/localization)
4. /
5. teamnovu/localize

ActiveLibrary[Localization &amp; i18n](/categories/localization)

teamnovu/localize
=================

Localize allows you to easily translate i18n files within Statamic

v6.0.21(3mo ago)11.6k2MITVueCI failing

Since Aug 7Pushed 3mo ago4 watchersCompare

[ Source](https://github.com/teamnovu/localize)[ Packagist](https://packagist.org/packages/teamnovu/localize)[ RSS](/packages/teamnovu-localize/feed)WikiDiscussions main Synced yesterday

READMEChangelog (10)Dependencies (5)Versions (33)Used By (0)

Localize
========

[](#localize)

> Localize allows you to easily translate i18n files within Statamic.

Features
--------

[](#features)

- **In-Panel Translation:** Translate i18n files directly within your Statamic control panel.
- **Laravel Localization Support:** Works with Laravel's JSON localization files.
- **Custom Files:** You can define the folder and files to be used for translations.
- **JSON API Exposure:** Optionally expose your i18n files as a JSON API for use in frontends or other services.

Installation
------------

[](#installation)

You can install Localize via the Statamic control panel or using Composer:

### Statamic Control Panel

[](#statamic-control-panel)

1. Go to `Tools > Addons` in your Statamic control panel.
2. Search for **Localize** and click **Install**.

### Composer

[](#composer)

From your project root, run:

```
composer require teamnovu/localize
```

Configuration
-------------

[](#configuration)

### Publishing Configuration

[](#publishing-configuration)

After installation, you may wish to publish the package configuration:

```
php artisan vendor:publish --provider="TeamNovu\\Localize\\LocalizeServiceProvider"
```

This will create a `localize.php` config file in your `config` directory.

### Git Integration

[](#git-integration)

If you use Statamic's Git integration and want to track changes to your language files, add the following path to `config/statamic/git.php`:

```
'paths' => [
    // ...
    base_path('lang'),
],
```

API
---

[](#api)

If you enable the JSON API, your translations can be accessed programmatically. See the package configuration for details. If not changed the default route is `/api/localize/LANG.json`

Support
-------

[](#support)

For issues, feature requests, or contributions, please open an issue or pull request on [GitHub](https://github.com/teamnovu/localize).

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance82

Actively maintained with recent releases

Popularity24

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~20 days

Recently: every ~0 days

Total

31

Last Release

92d ago

Major Versions

v1.1.3 → v5.0.02024-12-04

v5.1.1 → v6.0.02026-03-30

### Community

Maintainers

![](https://www.gravatar.com/avatar/88b33a36bab321756e8266b4db8866aaf78d3ced81e9fd896d427eb08a39097b?d=identicon)[strebl](/maintainers/strebl)

---

Top Contributors

[![lostgeek](https://avatars.githubusercontent.com/u/1409906?v=4)](https://github.com/lostgeek "lostgeek (30 commits)")[![arcs-](https://avatars.githubusercontent.com/u/8338465?v=4)](https://github.com/arcs- "arcs- (23 commits)")[![Alex--C](https://avatars.githubusercontent.com/u/5671931?v=4)](https://github.com/Alex--C "Alex--C (6 commits)")[![theLeroy](https://avatars.githubusercontent.com/u/28608032?v=4)](https://github.com/theLeroy "theLeroy (1 commits)")

### Embed Badge

![Health badge](/badges/teamnovu-localize/health.svg)

```
[![Health](https://phpackages.com/badges/teamnovu-localize/health.svg)](https://phpackages.com/packages/teamnovu-localize)
```

###  Alternatives

[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135224.7k7](/packages/statamic-rad-pack-runway)[statamic/seo-pro

68516.6k](/packages/statamic-seo-pro)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3416.9k](/packages/duncanmcclean-statamic-cargo)[statamic/cms

The Statamic CMS Core Package

4.8k3.6M985](/packages/statamic-cms)[statamic/statamic

Statamic

829179.5k](/packages/statamic-statamic)[thoughtco/statamic-cache-tracker

1939.3k](/packages/thoughtco-statamic-cache-tracker)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
