Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Merv Barrett

    (@mervb1)

    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
    https://easypropertylistings.com.au/docs/modify-admin-labels-listing-post-type/

    Use this filter to modify the categories of each listing type.
    https://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.

    Plugin Author Merv Barrett

    (@mervb1)

    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

    Plugin Author Merv Barrett

    (@mervb1)

    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.1

    Then 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

    Thread Starter reszkov

    (@reszkov)

    thx, i will soon check it out

    Plugin Author Merv Barrett

    (@mervb1)

    We’ve released our new version of Easy Property Listings.

    https://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.
    https://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.

    Plugin Author Merv Barrett

    (@mervb1)

    let me know how you go

    Thread Starter reszkov

    (@reszkov)

    I will be sure to check it out and let You know, thx !

    Thread Starter reszkov

    (@reszkov)

    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 ?

    Thread Starter reszkov

    (@reszkov)

    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.

    Plugin Author Merv Barrett

    (@mervb1)

    Excellent! Looking forward to seeing it in another language.

    Plugin Author Merv Barrett

    (@mervb1)

    Hi reszkov

    Worked out the problem yesterday,

    See this topic
    https://www.ads-software.com/support/topic/translation-255?replies=13

    Basically 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

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Change lables’ is closed to new replies.