Hi Reszkov
The full plugin is now translatable and usable in any language. We are just performing some more tweaks to the core before issuing a full update to version 1.1.2
To get the latest beta version goto our github repo and get the latest developer version.
Download the plugin from GitHub and install on your server/site
https://github.com/easypropertylistings/Easy-Property-Listings
Open the file using Poedit
In Poedit open easy-property-listings/lib/languages/epl.pot
Make your transplations and save the .mo file into that folder using the language file format eg:
Italian
epl-it_IT.mo
Enable translation to your WordPress install wp-config.php
Change
define(‘WPLANG’, ”);
to
define(‘WPLANG’, ‘it_IT’);
*** You’ll have to use the corect language translation naming syntax for the .mo file. Keep us posted and submit your .mo file to github