Change lables
-
Hi, is it possible to chane lables ? i am creating not english speakin site, so i would like to create my own custom lables, or change existing ones.
-
Sure can. All the post type labels for the custom meta fields are in the lib/meta-boxes/meta-boxes.php.
Just when you modify this file keep a second copy of your changes so you can update the plugin and not lose your changes.
Will have another filter setup so you can edit all the labels using a filter.
We’ve started to map out filters for parts of the plugin
Use this filter for the post type names
http://easypropertylistings.com.au/docs/modify-admin-labels-listing-post-type/Use this filter to modify the categories of each listing type.
http://easypropertylistings.com.au/docs/modify-listing-categories-filters/Let me know how you get on with this
Also we’ve added support for translation but my experience in this is limited, if you can provide any assistance look up the plugin on GitHub.
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-ListingsOpen 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.moEnable 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
Hi Reszkov
We are almost ready to release our next version which is in beta which you can grab from here
https://github.com/easypropertylistings/Easy-Property-Listings/archive/1.1.2-beta.zip
The easiest way to install it is to.
Upload the contents of the zip folder into wp-content/plugins/
Rename the current version from easy-property-listings to
easy-property-listings-v1.1Then rename the new uploaded version from Easy-Property-Listings-1.1.2-beta to
easy-property-listings
When you goto Dashboard > Plugins you can see the activated version is 1.1.2
thx, i will soon check it out
We’ve released our new version of Easy Property Listings.
http://easypropertylistings.com.au/easy-property-listings-version-1-2-released/
To update from the beta version, deactivate it first then download the new version from your plugins page and activate it.
You can open the /easy-property-listings/lib/languages/epl.pot file in Poedit and translate the plugin to your required language.
Adjust the language type in Poedit and save.
This post best explains the process.
http://premium.wpmudev.org/blog/how-to-translate-a-wordpress-plugin/Once you’ve completed the translation, please provide it to me to include it in the next updated version.
let me know how you go
I will be sure to check it out and let You know, thx !
I love what u did whit this plugin. But i still have some problem with translation, i downloaded epl.pot used poedit to translate around 30% of the file, i saved it as pl_PL (in wpconfig i have defined pl_PL) i uploaded the file the pl_PL.po and pl_PL.mo to the languages folder on ftp (next to epl.pot and epl-it_IT.mo) files (now i have 4 files there) but still don’t see the changes on my website. Some tips what can i doing wrong ?
oh..nvm i just had to add epl- before pl. π now it works. I will be sure to send u files when i complete translation.
Excellent! Looking forward to seeing it in another language.
Hi reszkov
Worked out the problem yesterday,
See this topic
http://wordpress.org/support/topic/translation-255?replies=13Basically WordPress 4.0 made some changes. Add your define line then visit Dashboard > Settings > General
There is now a language selection option.
Let me know how you go
Merv
The topic ‘Change lables’ is closed to new replies.