Download the PHP package fei/translate-common without Composer
On this page you can find all versions of the php package fei/translate-common. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package translate-common
Service Translate - Common
Table of contents
- Entities
- Contribution
Entities
I18nString entity
In addition to traditional id
and createdAt
fields, I18nString entity has four important properties:
Properties | Type | Required | Default value |
---|---|---|---|
id | integer |
No | |
createdAt | datetime |
No | Now() |
lang | string |
Yes | |
key | text |
Yes | |
namespace | string |
Yes | |
content | string |
Yes |
lang
is a string indicating the language of the translation. It can be formatted either with two chars or with 5. For example you could havefr
orfr_FR
key
is a string representing the key used to refer to this translationnamespace
is a string representing the namespace of the translation. For example, you could have/project/pricer/invoices
content
is a string representing the content of your translation
Contribution
As FEI Service, designed and made by OpCoding. The contribution workflow will involve both technical teams. Feel free to contribute, to improve features and apply patches, but keep in mind to carefully deal with pull request. Merging must be the product of complete discussions between Flash and OpCoding teams :)
All versions of translate-common with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5
league/fractal Version ^0.14.0
fei/entities Version ^1.0.3
squizlabs/php_codesniffer Version 3.*
league/fractal Version ^0.14.0
fei/entities Version ^1.0.3
squizlabs/php_codesniffer Version 3.*
The package fei/translate-common contains the following files
Loading the files please wait ....