Edit and translate Contact page

  • Posted in : Bloggy WP
  • tomkelly33
    Participant

    Where can I edit and translate the text fields and button of my contact page?

    Mehmet S.
    Keymaster

    Hi,

    This theme is ready for localization. We have made every string translatable, use Codestyling Localization plugin or Poedit editor.

    How to use Codestyling Localization plugin?

    • Install and activate the plugin,
    • Go to: Tools > Localization > Themes,
    • Select your language flag in the flag list that must be bold text or click Add New Language button to add new one,
    • Firstly click Rescan button and scan the theme files then click Edit button,
    • All translatable strings will listed in the table,
    • Every string has Edit link in the opposite of it, click the link to translate,
    • Finally click generate-mo file button at the top side of the page.
    tomkelly33
    Participant

    Great info, thanks a lot for this!

    tomkelly33
    Participant

    Hi,

    I installed the Localisation plugin as suggested, but how do I find the few words of the contact form in a list of 4000 translatable words which are in no particular order?

    And the plugin shows me the following error message:
    File Permission Problem: Your WordPress installation does not permit the modification of translation files directly. You will be prompt for FTP credentials if required.

    Cheers,

    tomkelly33
    Participant

    I used my FTP to make most files in WP database Bloggy theme rewritable, yet still the localisation plugin doesn’t work.
    Can you give me a full list of all WP files that need to have their access setting changed to 0666? Cheers,

    Mehmet S.
    Keymaster

    – Just select your theme to translate. (4000 words for wp).

    – Permission problem occurs on some hosts.

    – go to your ftp.

    – add the following lines to the end of the wp-config.php file:

    define( 'FS_METHOD', 'direct');
    define( 'FTP_HOST', 'ftp://yoursite.com' );
    define( 'FTP_USER', 'ftp_username_here' );
    define( 'FTP_PASS', 'ftp_password_here' );
    
Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register