From f210e5d127a419af39d3ea735b7ef7e72ce15109 Mon Sep 17 00:00:00 2001 From: Marcus Kazmierczak Date: Mon, 18 Feb 2019 07:09:11 -0800 Subject: [PATCH] Batch of changes from reviews props @swisspiddy --- .../developers/internationalization.md | 36 +++++++++---------- 1 file changed, 17 insertions(+), 19 deletions(-) diff --git a/docs/designers-developers/developers/internationalization.md b/docs/designers-developers/developers/internationalization.md index 396e2567d16a8d..926a56a80fd072 100644 --- a/docs/designers-developers/developers/internationalization.md +++ b/docs/designers-developers/developers/internationalization.md @@ -77,11 +77,10 @@ After all strings in your code is wrapped, the final step is to tell WordPress y ```php General and change your site language to Esperanto. This may require you add `define( 'WPLANG', 'eo' );` to your wp-config.php. +You will need to set your WordPress installation to Esperanto language. Go to Settings > General and change your site language to Esperanto. -With the language set, you can create a new block which will use the translations. +With the language set, create a new post, add the block, and you will see the translations used.