The engine is 99% localized.
If you want to add your own language it is super easy to do:
- In the
loca.php
module, you need to enable your language in the $Languages array - In the
loca
folder add language locales similar to other languages - There is a handy tool in the admin to compare two translations ("Localization" menu)
As a base language you can take the one you like the most.
In addition, a useful Backup Database feature has been added to the admin area:
Full Changelog: release-5...release-6