PHPackages                             bleuren/jetstream-livewire-i18n - 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. bleuren/jetstream-livewire-i18n

ActiveLibrary

bleuren/jetstream-livewire-i18n
===============================

A Laravel package to add multi-language support to Jetstream with Livewire

19Blade

Since Mar 4Pushed 1y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Jetstream Livewire i18n
=======================

[](#jetstream-livewire-i18n)

A Laravel package that provides multi-language support for Jetstream with Livewire, supporting English (`en`) and Traditional Chinese (`zh_TW`).

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

[](#installation)

1. Install via Composer:

```
composer require bleuren/jetstream-livewire-i18n
```

2. Publish resources:

```
php artisan jetstream-i18n:publish
```

3. (Optional) Publish with overwrite:

```
php artisan jetstream-i18n:publish --force
```

Features
--------

[](#features)

- Provides translations for all Jetstream views
- Supports English and Traditional Chinese out of the box
- Easy to extend with additional languages

Directory Structure
-------------------

[](#directory-structure)

```
project/
├── lang/                   # Language files
│   ├── en/                # English translations
│   └── zh_TW/             # Traditional Chinese translations
└── resources/
    └── views/
        ├── api/           # API management views
        ├── auth/          # Authentication views
        ├── emails/        # Email template views
        ├── profile/       # Profile management views
        └── teams/         # Team management views

```

Usage
-----

[](#usage)

Ensure your Jetstream views use translation functions:

```
{{ __('jetstream.dashboard') }}
```

Publishing Specific Resources
-----------------------------

[](#publishing-specific-resources)

You can publish specific resources using the following commands:

```
# Publish Jetstream view overrides
php artisan vendor:publish --tag=jetstream-livewire-i18n-views-jetstream

# Publish language files
php artisan vendor:publish --tag=jetstream-livewire-i18n-lang
```

Requirements
------------

[](#requirements)

- PHP 8.2+
- Laravel 12.0+
- Livewire 3.0+
- Jetstream 5.3+

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License
-------

[](#license)

[MIT](LICENSE)

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity15

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/cf3c779c1213d28ff1924f65f9d57af66208fc2ca47bd34bb6d1b42958bf2f00?d=identicon)[bleuren](/maintainers/bleuren)

---

Top Contributors

[![bleuren](https://avatars.githubusercontent.com/u/22718976?v=4)](https://github.com/bleuren "bleuren (2 commits)")

### Embed Badge

![Health badge](/badges/bleuren-jetstream-livewire-i18n/health.svg)

```
[![Health](https://phpackages.com/badges/bleuren-jetstream-livewire-i18n/health.svg)](https://phpackages.com/packages/bleuren-jetstream-livewire-i18n)
```

PHPackages © 2026

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