Scan your Laravel project and generate language files ready to translate in language(s) of choosing.
-
Updated
Mar 6, 2025 - PHP
Scan your Laravel project and generate language files ready to translate in language(s) of choosing.
Easily connect the necessary language packs to the application
Basic functionality for working with localizations
Translatable Eloquent's for Laravel 5
A PHP library for translating keys into text values based on the set language, with support for string replacement and handling translations based on counter values.
This script can handle the operation of retrieving data from the locale files easily for the current language registered in session by passing a string like 'blog.post.title' while blog is a directory and post is file and title is the key for the string to retrieve. Of course you can pass any length of string following this criteria 'dir.dir.dir…
Add a description, image, and links to the locales-translation topic page so that developers can more easily learn about it.
To associate your repository with the locales-translation topic, visit your repo's landing page and select "manage topics."