2017 © Pedro PelĂĄez
 

library php-translator

Gettext based translator for php with macros for Nette Latte templates.

image

voda/php-translator

Gettext based translator for php with macros for Nette Latte templates.

  • Monday, May 13, 2013
  • by voda
  • Repository
  • 1 Watchers
  • 2 Stars
  • 296 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

php-translator

Gettext based translator for php with macros for Nette Latte templates., (*1)

Installation

php-translator can be installed with composer. Just add "voda/php-translator": "*" to your require section of composer.json. This library depends on php-gettext, which unfortunately isn't a composer package. However you can add the following code to your composer.json file and the composer will install it for you., (*2)

{
    "repositories": [
        {
            "type": "package",
            "package": {
                "name": "php-gettext/php-gettext",
                "version": "1.0.11",
                "dist": {
                    "type": "tar",
                    "url": "https://launchpad.net/php-gettext/trunk/1.0.11/+download/php-gettext-1.0.11.tar.gz"
                },
                "autoload": {
                    "classmap": [
                        "gettext.php",
                        "streams.php"
                    ]
                }
            }
        }
    ],
    "require": {
        "php-gettext/php-gettext" : "1.0.*"
    }
}

License

php-translator is licensed under the New BSD License., (*3)

  • 2011 Antee, s.r.o.
  • 2011 Ondƙej Vodáček

The Versions

13/05 2013

dev-master

9999999-dev

Gettext based translator for php with macros for Nette Latte templates.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0

 

by Ondƙej Vodáček

i18n nette gettext

10/09 2012

0.1.0

0.1.0.0

Gettext based translator for php with macros for Nette Latte templates.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0

 

by Ondƙej Vodáček

i18n nette gettext