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. teamnovu/localize

ActiveLibrary

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

Localize allows you to easily translate i18n files within Statamic

v5.1.1(1y ago)19182[1 PRs](https://github.com/teamnovu/localize/pulls)MITVuePHP ^8.2

Since Aug 7Pushed 1mo ago4 watchersCompare

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

READMEChangelog (9)Dependencies (2)Versions (11)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

44

—

FairBetter than 92% of packages

Maintenance72

Regular maintenance activity

Popularity22

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92% 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 ~35 days

Recently: every ~68 days

Total

9

Last Release

367d ago

Major Versions

v1.1.3 → v5.0.02024-12-04

### Community

Maintainers

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

![](https://avatars.githubusercontent.com/u/8338465?v=4)[Patrick Stillhart](/maintainers/arcs-)[@arcs-](https://github.com/arcs-)

---

Top Contributors

[![arcs-](https://avatars.githubusercontent.com/u/8338465?v=4)](https://github.com/arcs- "arcs- (23 commits)")[![lostgeek](https://avatars.githubusercontent.com/u/1409906?v=4)](https://github.com/lostgeek "lostgeek (1 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/statamic

Statamic

824170.4k](/packages/statamic-statamic)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135192.6k5](/packages/statamic-rad-pack-runway)[statamic/ssg

Generate static sites with Statamic.

254302.4k](/packages/statamic-ssg)[statamic/eloquent-driver

Allows you to store Statamic data in a database.

125598.8k7](/packages/statamic-eloquent-driver)[statamic/seo-pro

65440.7k](/packages/statamic-seo-pro)[rias/statamic-redirect

28298.4k](/packages/rias-statamic-redirect)

PHPackages © 2026

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