Viewing 5 replies - 1 through 5 (of 5 total)
  • 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.

    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?

    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.