PHPackages                             hi-folks/jet-translations - 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. hi-folks/jet-translations

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

hi-folks/jet-translations
=========================

Jetstream Livewire translations (for blade template)

v0.1.2(4y ago)260MITPHPPHP ^7.1|^8.0

Since Dec 28Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Hi-Folks/jet-translations)[ Packagist](https://packagist.org/packages/hi-folks/jet-translations)[ Docs](https://github.com/hi-folks/jet-translations)[ RSS](/packages/hi-folks-jet-translations/feed)WikiDiscussions main Synced yesterday

READMEChangelog (3)Dependencies (5)Versions (4)Used By (0)

Jet Translations
================

[](#jet-translations)

[![Latest Version on Packagist](https://camo.githubusercontent.com/ade24e0640b05e718539a1587cb23301a1e16651361855481b54f9e7b163dcbd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f68692d666f6c6b732f6a65742d7472616e736c6174696f6e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hi-folks/jet-translations)[![Total Downloads](https://camo.githubusercontent.com/3a9a1463ec6d72a00d1e646e5e55718e4957b6abf156d5b5899d9272976c064a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f68692d666f6c6b732f6a65742d7472616e736c6174696f6e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hi-folks/jet-translations)

This package includes:

- translation strings (in json format) for Jetstream auth view and components
- translation template file (in json format) for Jetstream auth view and components (useful for who wants starting to translate strings in a new language)
- command for extracting translation strings from view templates (Blade files)

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

[](#installation)

You can install the package via composer:

```
composer require hi-folks/jet-translations
```

### Publish the languages

[](#publish-the-languages)

```
php artisan vendor:publish --provider="HiFolks\JetTranslations\JetTranslationsServiceProvider" --tag="lang" --force
```

### Usage

[](#usage)

Install this package in your Laravel Jetstream application and enable a language in your config/app.php via locale configuration:

```
// config/app.php file
'locale' => 'it',

```

About translation strings
-------------------------

[](#about-translation-strings)

Json files is located in this package in the directory:

- resources/lang/*lang*.json

### Translations available

[](#translations-available)

Currently, just italian language is supported.

About translations template file
--------------------------------

[](#about-translations-template-file)

If you don't find translations in your native language, you could contribute to Jetstream, translating strings in your native language.

### Do you want to contribute translating strings ?

[](#do-you-want-to-contribute-translating-strings-)

To help you I created a "template" json file to start the translation process. You can find *resources/lang/template-lang.json* with all untranslated strings. My suggestion is to copy this file in \_resource/lang/xy.lang, where xy is the code of your language (de, en, fr, etc...).

About Command line usage
------------------------

[](#about-command-line-usage)

The JetTranslations package is shipped with an artisan command:

```
php artisan jet-trans:extract
```

This command:

- it parses all blade files in vendor/laravel/jetstream/stubs/livewire/resources/views
- it extracts strings defined in \_\_("");
- it checks if there is some missing keys in ./resources/lang/vendor/jet-translations/it.json (ot the json of the specified language via --language option)

This command could save the json file using --save-json options. For example using:

```
php artisan jet-trans:extract --language=de --save-json
```

It saves *de.json* file in resources/lang/vendor/jet-translations/ directory of your Laravel app.

About Jetstream
---------------

[](#about-jetstream)

[Laravel Jetstream](https://jetstream.laravel.com/1.x/introduction.html) includes login, registration, email verification, two-factor authentication, session management, API support via Laravel Sanctum, and optional team management. With Livewire, Jetstream provides Blade templates with [Translation Strings](https://laravel.com/docs/8.x/localization#using-translation-strings-as-keys). Blade templates provided by Jetstream are ready to be translated, they use the \_\_() helper :

```
__("Dashboard");
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Roberto Butti](https://github.com/hi-folks)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~124 days

Total

3

Last Release

1713d ago

### Community

Maintainers

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

---

Top Contributors

[![roberto-butti](https://avatars.githubusercontent.com/u/678434?v=4)](https://github.com/roberto-butti "roberto-butti (26 commits)")

---

Tags

blade-templatesjetstreamlaravellaravel-jetstreamlocalizationhi-folksjet-translations

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/hi-folks-jet-translations/health.svg)

```
[![Health](https://phpackages.com/badges/hi-folks-jet-translations/health.svg)](https://phpackages.com/packages/hi-folks-jet-translations)
```

###  Alternatives

[barryvdh/laravel-translation-manager

Manage Laravel Translations

1.7k3.6M17](/packages/barryvdh-laravel-translation-manager)[vluzrmos/language-detector

Detect the language for your application using browser preferences, subdomains or route prefixes.

109554.8k3](/packages/vluzrmos-language-detector)[kerigard/laravel-lang-ru

Ru lang for Laravel

2116.8k](/packages/kerigard-laravel-lang-ru)[highsolutions/laravel-translation-manager

Manage Laravel Translations

1518.8k](/packages/highsolutions-laravel-translation-manager)[amendozaaguiar/laraveles-spanish-for-jetstream

Archivos de traducción al español latinoamericano para Laravel con Jetstream (auth, pagination, passwords, validation + todas las cadenas de Jetstream).

1412.1k](/packages/amendozaaguiar-laraveles-spanish-for-jetstream)

PHPackages © 2026

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