How to Translate Category designer plugin in my language

Category Designer plugin is language compatible, thus can be translated into multiple languages. You can use POEdit plugin for translation.

  • Step 1. Install Poedit tool and open it
  • Step 2. Open .POT file from /wp-content/plugins/category-designer/languages/ that you want to translate
    .pot file editin in Poedit tool
  • Step 3. Now, click on “Save”
  • Step 4. A popup will appear, enter your Language code ( Ex :- “en_CA” for English (Canada)) in language optionTranslation property
  • Step 5. Then press ok button.
  • Step 6. Then give file name like this category-designer-pro-en_CA.po for English (Canada) language.
  • Step 7. Then save file inside language folder in plugin that you want to translate and all strings are appear in your poedit editor POT file
  • Step 8. Select your string that you want to translate and in bottom side there are two options one is Source Text and another one is Translation Translate string
  • Step 9. Source Text keep as it is and in Translation section enter your translated string of selected string that you want to translate and then save it.
  • Step 10. Repeat step 10 untill your all strings to be translate.
  • Step 11. Now you will get two separate files – a .po file and a .mo file. Note : When you save the files, you must name them according to your language code. Find a list of language codes at WordPress in your Language. For example, the language code for English (Canada) is en_CA, so you would save the translated files as en_CA.po and en_CA.mo.PO MO file
  • Step 12. Then go to wp-config.php file then enter the below code.
    define('WPLANG', 'Your language code'); for Ex.(en_CA for English (Canada)) then save it.
  • Step 13. Select language from admin side, Go to Dashboard » Settings » General in that check Site Language options.Select language
  • Step 14. Check language prefix in front end, view HTML.
    View Html