Skip to content

Manage language files, export, import, copy keys between languages, overwrite keys, etc.

Notifications You must be signed in to change notification settings

rhunwicks/kohana-i18n-manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kohana 2.x Internationalization Module

Convert php language files to po files

	php index.php "i18n/php2po?lang=en_US&group=ui_main"

Convert po language files to php files

	php index.php "i18n/po2php?lang=en_US&group=ui_main""

Requirements

  • A functioning Ushahidi install (this should be installed in modules/ and enabled in application/config/config.php)

  • PHP Beautifier (for formatting PHP output). Install as follows:

      sudo pear install --alldeps channel://pear.php.net/php_beautifier-0.1.15
    

About

Manage language files, export, import, copy keys between languages, overwrite keys, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%