Site Health: i18n audit, take 1.
* Split plural strings with multiple sentences to avoid duplicating translations. * Decouple strings where the singular and plural form are not just the same string with different numbers, but essentially two different strings. * Use an established pattern for numbered placeholders in translator comments. * Replace constants in translatable strings with placeholders, mark them as code. * Make sure sentences are translated as a whole, not as separate string parts. * Remove unnecessary context and escaping. Props ocean90, SergeyBiryukov. See #46683. Built from https://develop.svn.wordpress.org/trunk@45099 git-svn-id: http://core.svn.wordpress.org/trunk@44908 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.2-beta1-45098';
|
||||
$wp_version = '5.2-beta1-45099';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
||||
Reference in New Issue
Block a user