WordPress/wp-includes/pomo
audrasjb fd8b414c5f i18n: Ensure empty strings are consistently translated to `''`.
This changeset fixes an edge case where empty strings were wrongly translated to `'0'` (falsey value) instead of `''` (empty string).

Props Chouby, manooweb, rafiahmedd, lopo.
Fixes #55941.

Built from https://develop.svn.wordpress.org/trunk@54315


git-svn-id: http://core.svn.wordpress.org/trunk@53874 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2022-09-26 20:56:10 +00:00
..
entry.php i18n: Ensure empty strings are consistently translated to `''`. 2022-09-26 20:56:10 +00:00
mo.php Code Modernization: Explicitly declare all properties in `Gettext_Translations`. 2022-08-30 13:57:15 +00:00
plural-forms.php Code Modernization: Add `AllowDynamicProperties` attribute to all (parent) classes. 2022-09-12 15:47:14 +00:00
po.php Code Modernization: Replace deprecated string interpolation patterns. 2022-09-12 17:52:08 +00:00
streams.php Code Modernization: Add `AllowDynamicProperties` attribute to all (parent) classes. 2022-09-12 15:47:14 +00:00
translations.php Code Modernization: Add `AllowDynamicProperties` attribute to all (parent) classes. 2022-09-12 15:47:14 +00:00