vojislavd/laravel-serbian-translation

This package is abandoned and no longer maintained. No replacement package was suggested.

Translation of Laravel framework to Serbian language

v2.0.0 2022-02-09 12:16 UTC

This package is auto-updated.

Last update: 2024-08-03 17:20:25 UTC


README

This Laravel package translates default Laravel's localization files and Jetstream, Breeze packages to Serbian language.

Once package is installed, run install command and choose writing system between Latin and Cyrillic.

Installation

You can install the package via composer:

composer require vojislavd/laravel-serbian-translation

After that run install command:

php artisan lst:install

Package offers two writing systems, Latin and Cyrillic. You can choose one you want during package installation.

NOTE

Package will overwrite lang/sr.json file and default files in lang\sr directory, if present.

Testing

Run the tests with:

composer test

Credits

License

The MIT License (MIT). Please see License File for more information.