Download the PHP package clsmedia/ci4-translation-finder without Composer
On this page you can find all versions of the php package clsmedia/ci4-translation-finder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download clsmedia/ci4-translation-finder
More information about clsmedia/ci4-translation-finder
Files in clsmedia/ci4-translation-finder
Download clsmedia/ci4-translation-finder
More information about clsmedia/ci4-translation-finder
Files in clsmedia/ci4-translation-finder
Vendor clsmedia
Package ci4-translation-finder
Short Description Translation strings finder for CodeIgniter 4.
License MIT
Package ci4-translation-finder
Short Description Translation strings finder for CodeIgniter 4.
License MIT
Please rate this library. Is it a good library?
Informations about the package ci4-translation-finder
clsmedia/ci4-translation-finder
Translation strings finder for CodeIgniter 4
Quick start
- Install with composer
composer require clsmedia/ci4-translation-finder
- Use
spark
to generate listphp spark translations:find
Usage
As soon as the package is added to the project, you can start using it to find strings for translation. To find all lang()
arguments in application files use CLI php spark translations:find
Example result of command execution:
Auth.activationNoUser
Auth.activationSuccess
Auth.alreadyRegistered
Auth.badAttempt
Auth.email
Auth.emailAddress
Auth.emailOrUsername
Auth.enterCodeEmailPassword
Auth.enterEmailForInstructions
Auth.forgotDisabled
Auth.forgotEmailSent
Auth.forgotNoUser
Auth.forgotPassword
Now you can use this list to prepare the corresponding translation strings in App/Language/
All versions of ci4-translation-finder with dependencies
PHP Build Version
Package Version
Requires
codeigniter4/framework Version
^4
The package clsmedia/ci4-translation-finder contains the following files
Loading the files please wait ....