Download the PHP package jord-jd/translator without Composer
On this page you can find all versions of the php package jord-jd/translator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jord-jd/translator
More information about jord-jd/translator
Files in jord-jd/translator
Download jord-jd/translator
More information about jord-jd/translator
Files in jord-jd/translator
Vendor jord-jd
Package translator
Short Description A simple PHP internationalisation library
License LGPL-3.0-only
Package translator
Short Description A simple PHP internationalisation library
License LGPL-3.0-only
Please rate this library. Is it a good library?
Informations about the package translator
Translator
A small PHP internationalisation library for PHP 7.1 and later.
Installation
Loading translations
Load one or more JSON files, or merge an array supplied by your application. Later data overrides earlier keys.
Passing a language to the constructor loads <project>/resources/lang/<language>.json, preserving the original convention.
Translating
Missing keys and keys whose value is null fall back to the original key. Valid empty strings, zero values, and false values are returned exactly as stored.
All versions of translator with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
ext-json Version *
ext-json Version *
The package jord-jd/translator contains the following files
Loading the files please wait ...