Changes between Initial Version and Version 1 of Ticket #43222
- Timestamp:
- 02/03/2018 05:42:51 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43222 – Description
initial v1 13 13 https://core.trac.wordpress.org/browser/tags/4.9/src/wp-includes/l10n.php#L586 14 14 15 At 590: $mo->merge_with( $l10n[$domain] );16 will override the newly loaded .mo entries (in selected language)17 with the ones loaded before (site's original language).15 At 590: $mo->merge_with( $l10n[$domain] ); 16 will override the newly loaded .mo entries (in selected language) 17 with the ones loaded before (site's original language). 18 18 19 19 And so I end up with a site that's mostly translated to the selected language with strings for the 'plugin' in site's original language no matter what I do.