Online tools which make life easier for every translator of Ushahidi system.
Curent version is 0.1
This tool supports up to 2 level $lang array.
- Add 'Manage' tab/button to handle database operations. e.g. clear all data, remove data of written file, etc.
- Remove dependency of Ushahidi system (make this tool works on any kohana 2.3)
- Add feature to call external online translation on Edit page.
- Edit config/translator.php to add target locale(s) of your translation work.
- Save config/translator.php.
Note: No validation of locale code.
- Copy the entire /translator/ directory into your /plugins/ directory.
- Change owner recursively to your WEBSERVER USER.
- If default access rights doesn't works on your server, change access rights recursively on directory to 0755, on file to 0644. If you need to tighten access rights, recommended settings is: directory 0750 and file 0640 if the user is webserver user. directory 0770 and file 0660 if the user group is the same as webserver user.
- Activate the plugin.
- The plugin is accessible from: admin/manage/translator
2012-07-21 Initial release. 2012-07-24 Update README.md and readme.txt. 2012-08-13 Code completed for v0.1.