2017 © Pedro Peláez
 

library simplei18n

An simple internationalization library for PHP, based on Gettext files.

image

kelvinmo/simplei18n

An simple internationalization library for PHP, based on Gettext files.

  • Saturday, September 12, 2015
  • by kelvinmo
  • Repository
  • 1 Watchers
  • 0 Stars
  • 227 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 7 % Grown

The README.md

⚠️ IMPORTANT NOTICE - This library is no longer being maintained. Please use the PHP Gettext library as an alternative. ⚠️, (*1)


SimpleI18N

SimpleI18N is a simple internationalization library written in PHP., (*2)

SimpleI18N uses Gettext mo files to store translated strings. However, it only offers a subset of the full capabilities of the Gettext library., (*3)

In particular:, (*4)

  • categories are not supported
  • .mo files are assumed to be encoded in the same character set as your application - if you are not using UTF-8 you will need to convert the character set manually

License

BSD 3 clause, (*5)

The Versions

12/09 2015

dev-master

9999999-dev

An simple internationalization library for PHP, based on Gettext files.

  Sources   Download

BSD-3-Clause

The Requires

  • ext-mbstring *
  • php >=5.4.0

 

The Development Requires

by Kelvin Mo

10/09 2015

v0.2.0

0.2.0.0

An simple internationalization library for PHP, based on Gettext files.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0
  • ext-mbstring *

 

The Development Requires

by Kelvin Mo

05/07 2015

v0.1.1

0.1.1.0

An simple internationalization library for PHP, based on Gettext files.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0
  • ext-mbstring *

 

The Development Requires

by Kelvin Mo

31/12 2014

v0.1.0

0.1.0.0

An simple internationalization library for PHP, based on Gettext files.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0
  • ext-mbstring *

 

by Kelvin Mo