Download the PHP package nedryse/simple-translator without Composer
On this page you can find all versions of the php package nedryse/simple-translator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nedryse/simple-translator
More information about nedryse/simple-translator
Files in nedryse/simple-translator
Download nedryse/simple-translator
More information about nedryse/simple-translator
Files in nedryse/simple-translator
Vendor nedryse
Package simple-translator
Short Description Simple implementation of \Nette\Localization\ITranslator interface. Just print the key as is. Usefull when you have no time for managing gettext translation but want translatable application in the future.
License WTFPL
Homepage https://github.com/nedryse/simple-translator
Package simple-translator
Short Description Simple implementation of \Nette\Localization\ITranslator interface. Just print the key as is. Usefull when you have no time for managing gettext translation but want translatable application in the future.
License WTFPL
Homepage https://github.com/nedryse/simple-translator
Please rate this library. Is it a good library?
Informations about the package simple-translator
nedryse/simple-translator (cc)
Pavel Železný (2bfree), 2014 (pavelzelezny.cz)
Requirements
Nette Framework 2.4.0 or higher
Documentation
Simple implementation of \Nette\Localization\ITranslator interface. Just print the key as is. Usefull when you have no time for managing gettext translation but want translatable application in the future.
Instalation
Prefered way to install is by Composer
composer require nedryse/simple-translator:~1.1
Or by manualy adding into the composer.json
{
"require":{
"nedryse/simple-translator": "~1.1"
}
}
Setup
Add following code into the config.neon
common:
extensions:
translator: Nedryse\Nette\Localization\SimpleTranslatorExtension
Usage
In Latte templates of presenters and components you can use standard tlanslator macro
{_'Translatable text'}
{_'We have %d translatable text', $count}
{_'Field %s have to be translated', $fieldName}
{_'Field %s with %d letter have to be translated', $fieldName, $count}
All versions of simple-translator with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.1
nette/di Version ~2.4
nette/utils Version ~2.4
nedryse/translateable-template-factory Version ~1.1
nette/di Version ~2.4
nette/utils Version ~2.4
nedryse/translateable-template-factory Version ~1.1
The package nedryse/simple-translator contains the following files
Loading the files please wait ....