PHPackages                             jaydeepsaravaiya/laravel-lang - 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. jaydeepsaravaiya/laravel-lang

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

jaydeepsaravaiya/laravel-lang
=============================

Languages for Laravel

00PHP

Since Jan 13Pushed 4y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel-lang
============

[](#laravel-lang)

[![Stories in Ready](https://camo.githubusercontent.com/aca32c04a0f6d65431f653594d0f7c775d83dc526526045c300b5d37f4d797fe/68747470733a2f2f62616467652e776166666c652e696f2f63616f756563732f4c61726176656c2d6c616e672e737667)](http://waffle.io/caouecs/Laravel-lang)

In this repository, you can find the lang files for the framework PHP, [Laravel 4&amp;5](http://www.laravel.com).

Help us
-------

[](#help-us)

```
With [Laravel 5.8](https://github.com/caouecs/Laravel-lang/issues/1007), we must update passwords file, with the numbers of characters for the password, in `laravel58` branch.

```

Install
-------

[](#install)

#### Via Composer

[](#via-composer)

- For Laravel 5.8 : run `composer require caouecs/laravel-lang:dev-laravel58` in your project folder
- For Laravel 5.1-7 : run `composer require caouecs/laravel-lang:~3.0` in your project folder
- For Laravel 5 : run `composer require caouecs/laravel-lang:~2.0` in your project folder
- For Laravel 4 : run `composer require caouecs/laravel-lang:~1.0` in your project folder
- Files of languages are in "vendor/caouecs/laravel-lang" directory
- Copy the folders of languages that you want, in the *resources/lang* folder of your Laravel application (*app/lang* in Laravel 4).

#### Via GitHub

[](#via-github)

- Clone the [GitHub repository](https://github.com/caouecs/laravel-lang/) : *git clone *
- Or download the [zip file](https://github.com/caouecs/laravel-lang/archive/master.zip)
- Choose the branch:
    - `laravel4` for Laravel4 project
    - `master` for Laravel5 project
- Copy the folders of languages that you want, in *resources/lang* folder of your Laravel application (*app/lang* in Laravel 4).

#### Via SVN

[](#via-svn)

Run this in your project directory:

```
# Laravel 5:
svn export https://github.com/caouecs/Laravel-lang/trunk/src/[language-code] resources/lang/[language-code]

# Laravel 4:
svn export https://github.com/caouecs/Laravel-lang/branches/laravel4/[language-code] app/lang/[language-code]
```

Replace `[language-code]` by any of the languages listed [here](src).

Usage \[Laravel only\]
----------------------

[](#usage-laravel-only)

In the file *config/app.php*, change the value of *locale* by the short name of your language (*app/config/app.php* in Laravel 4).

Change log
----------

[](#change-log)

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

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

[](#contributing)

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

Status of files
---------------

[](#status-of-files)

- Check the [todo.md](todo.md) file to see the missing translations.

Projects based on this package
------------------------------

[](#projects-based-on-this-package)

- [LaravelLang by ARCANEDEV](https://github.com/ARCANEDEV/LaravelLang) - Translations manager and checker for Laravel 5.
- [Laravel-lang by overtrue](https://github.com/overtrue/laravel-lang) - Command to add languages in your project.
- [laravel-lang-installer by ablunier](https://github.com/ablunier/laravel-lang-installer) - Command for easily add languages to a Laravel project.
- [laravel-lang-publisher by Andrey Helldar](https://github.com/andrey-helldar/laravel-lang-publisher) - Easy installation and update of translation files for your project.

Credits
-------

[](#credits)

- [caouecs](https://github.com/caouecs)
- [All Contributors](https://github.com/caouecs/Laravel-lang/graphs/contributors)

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity27

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/8468bc7d516b0f495ce89e4256093eff148d8f36f2072178cabf7054ab95bcbf?d=identicon)[jaydeepsaravaiya](/maintainers/jaydeepsaravaiya)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/jaydeepsaravaiya-laravel-lang/health.svg)

```
[![Health](https://phpackages.com/badges/jaydeepsaravaiya-laravel-lang/health.svg)](https://phpackages.com/packages/jaydeepsaravaiya-laravel-lang)
```

###  Alternatives

[symfony/translation

Provides tools to internationalize your application

6.6k836.5M2.1k](/packages/symfony-translation)[nesbot/carbon

An API extension for DateTime that supports 281 different languages.

169661.4M4.8k](/packages/nesbot-carbon)[joedixon/laravel-translation

A tool for managing all of your Laravel translations

717911.4k11](/packages/joedixon-laravel-translation)[illuminate/translation

The Illuminate Translation package.

6936.4M495](/packages/illuminate-translation)[lajax/yii2-translate-manager

Translation management extension for Yii 2

227578.8k13](/packages/lajax-yii2-translate-manager)[larswiegers/laravel-translations-checker

Make sure your laravel translations are checked and are included in all languages.

256423.2k2](/packages/larswiegers-laravel-translations-checker)

PHPackages © 2026

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