admin管理员组

文章数量:1125322

I've got a multisite which I installed in Dutch.
Therefore English and Dutch are available in the general settings tab.
But I need to add German and French.
I can't select any other language from the drop down.

And if I add a language in the wp-config.php it just gives a notice without any direction.

Of course I googled but I can't seem to find anything useful.

How can I active an other language and download the .PO/.MO files?

I've got a multisite which I installed in Dutch.
Therefore English and Dutch are available in the general settings tab.
But I need to add German and French.
I can't select any other language from the drop down.

And if I add a language in the wp-config.php it just gives a notice without any direction.

Of course I googled but I can't seem to find anything useful.

How can I active an other language and download the .PO/.MO files?

  • http://codex.wordpress.org/WordPress_Localization
  • http://codex.wordpress.org/Installing_WordPress_in_Your_Language
Share Improve this question asked Oct 30, 2014 at 13:08 janwjanw 1,0182 gold badges12 silver badges23 bronze badges
Add a comment  | 

3 Answers 3

Reset to default 3
  1. The easiest way for me is to change language settings for main blog multiple times (as mach as many languages I need) and WordPress will load these languages automatically.
  2. And after that I go to Update page and update language packages (loads languages for themes, plugins, etc.)

So what you should do is head over to https://translate.wordpress.org/projects/wp/dev

And download the language .mo files, and copy them to your wp-content/languages/ folder.

This should allow you to select other languages.

To make it clearer:

  • go to https://translate.wordpress.org/projects/wp/dev (as explained by @Bordoni)
  • choose your language
  • scroll to the bottom of the page
  • select export (both .po and .mo)
  • put those files (rename them to the isocode, like fr_FR.po and fr_FR.mo) in wp-content/languages/

It felt complex to me to find that information somewhere in the standard WordPress documentation site.

本文标签: translationHow to add extra language packs to WordPress