ntung / i18n

Internationalization Plugin for CakePHP

Home Page:http://cakedc.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Internationalization plugin for CakePHP

Google translation implementation

All areas that contain translatable content should have the following structure:

<div class="translation" lang="en">
	<span class="translate">test message that should translated</span>
	<div>This text does not require translation</div> 
	<div class="translate">test message that also need to translate</div>
</div>

Requirements

  • PHP version: PHP 5.2+
  • CakePHP version: Cakephp 1.3 Stable

Support

For support and feature request, please visit the I18n Plugin Support Site.

For more information about our Professional CakePHP Services please visit the Cake Development Corporation website.

License

Copyright 2009-2010, Cake Development Corporation

Licensed under The MIT License
Redistributions of files must retain the above copyright notice.

Copyright

Copyright 2009-2010
Cake Development Corporation
1785 E. Sahara Avenue, Suite 490-423
Las Vegas, Nevada 89104
http://cakedc.com

About

Internationalization Plugin for CakePHP

http://cakedc.com

License:Other