New Plugin API feature: I18n (translation)
Yes it's done !!
This feature is as easy as the administration (backend) to use. You need to add a i18n folder under your plugin folder and name each file like for the backend (ie: for french it will be fr-message.php) and this file will return an associative array of the english version or the string and the translated one, exactly like the backend.
This feature will be available on version 0.9.3, and the release of the 0.9.3 will be done really soon. If you know how to use SVN, the code is already public on the code google page.
