• jahur

    (@jahur)


    Hi Chouby,

    I developed a simple wp theme. Don’t know how to make fit for my theme for translation. I googled for 3 days to do that. Read a lot of articles and wordpress codex but can’t do it.

    Can you check my theme? It will help me a lot. here is the link of my theme

    https://www.dropbox.com/s/30dxsbuvcpvy6zf/PGM-WP.zip?m

    Really I need your help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • esmi

    (@esmi)

    Thread Starter jahur

    (@jahur)

    I read it before. Where do I get POT file? Where do I place the file?

    If any expert review my theme it will help me a lot.

    esmi

    (@esmi)

    Where do I get POT file?

    You have to create it using a tool like Poedit.

    Where do I place the file?

    That’s entirely up to you. commonly it’s in a sub-folder called languages. Then you need to reference it within your theme’s functions.php file using something like:

    load_theme_textdomain( 'my_theme_textdomain', get_template_directory() . '/languages' );

    Thread Starter jahur

    (@jahur)

    Hi esmi
    Can you tell me the mechanism of translation. How it works?

    esmi

    (@esmi)

    Please see the page that I linked to above.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘making translation theme ready’ is closed to new replies.