Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
reliq committed Oct 13, 2023
1 parent 6ba993a commit 12a1510
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ Laravel Automatic Translator, for Laravel 10+
<a href="https://packagist.org/packages/reliqarts/laravel-auto-translator"><img src="https://poser.pugx.org/reliqarts/laravel-auto-translator/license" alt="License" /></a>
</p>

This package will scan your application, locate all [translation string keys](https://laravel.com/docs/10.x/localization#using-translation-strings-as-keys) throughout and generate translations
based on your configuration.

## Features

- Simple, easy to schedule artisan command to generate all translations
- Automatic language file generation
- Automatic language file generation ([json](https://laravel.com/docs/10.x/localization#using-translation-strings-as-keys))
- Easy to configure, with support for custom translator implementation

## Installation
Expand Down

0 comments on commit 12a1510

Please sign in to comment.