Home > CMS Tutorial > WordPress > body text

How to modify WordPress theme language pack tool

Release: 2019-07-18 09:28:22
Original
3885 people have browsed it

Generally, the better wp themes are from abroad, all in English. Some content on the page needs to be translated, so you need to use the language pack translation tool to deal with it. There is also another way, that is, directly Modifying the source code is more straightforward.

How to modify WordPress theme language pack tool

Wordpress Modify Theme Language Pack Tool Method: Open the language or lang folder under the theme file, find the .po file to open, and then click on the file- Enter the preferences, open it, click the "Editor" tab to enter, and check "Automatically compile .mo files when saving" to realize the translation operation of the theme.

Specific implementation steps:

First find the language package of the theme, usually in the languages ​​or lang directory under the theme file. The specific location is in wp-content/themes/theme file directory/languages

Take businessx as an example

How to modify WordPress theme language pack tool

Enter the languages ​​directory and find the .po file;

How to modify WordPress theme language pack tool

Click on the en_US.po file and open it with Poedit;

If it does not open, please click the "More Applications" option and find this application in the expanded program ;

You can check Always use this application to open such files;

How to modify WordPress theme language pack tool

After opening, all English prompts will appear below one by one. At this time You can translate;

How to modify WordPress theme language pack tool

#Select an English prompt and output the corresponding Chinese in the translation;

If your English is not good enough at this time, you can use translation software Translate;

How to modify WordPress theme language pack tool

#Click save at this time, and the corresponding po file and mo file will be automatically generated;

You can only translate one by one here ;

If it is not automatically compiled into mo, you need to set it up;

Click "File"--"Preferences" to enter;

How to modify WordPress theme language pack tool

Click the "Editor" tab to enter;

Check the first option to automatically compile the mo file when saving; the default is not selected;

How to modify WordPress theme language pack tool

# #After completing the above operations, you can implement the translation operation of the theme.

At this point you can see that the mo file date has been updated;

How to modify WordPress theme language pack tool

If you want to clear the translation, you can click "Edit"--"Clear Translation" operation; After clearing, the English text is displayed in bold, and the translated text is not bold.

How to modify WordPress theme language pack tool

Another function is to check the position where English appears, so that you can better understand the directory structure.

Click "Edit"--"Show Reference" will tell you the name of the file that appears in English;

How to modify WordPress theme language pack tool

For more wordpress related technical articles, please visit

wordpress tutorial column to learn!

The above is the detailed content of How to modify WordPress theme language pack tool. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!