Wordpress/tests/phpunit/data/languages
Dominik Schilling 9e83d04f84 I18N: Introduce `WP_Textdomain_Registry` to store text domains and their language directory paths.
Previously, when using `switch_to_locale()` all current loaded text domains were unloaded and added to the `$l10n_unloaded` global. This prevented the just-in-time loading for text domains after a switch. The just-in-time loading was also only possible if the translations were stored in `WP_LANG_DIR`. Both issues have been fixed.

* Adds `WP_Textdomain_Registry` to keep track of the language directory paths for all plugins and themes.
* Updates all `load_*_textdomain()`  functions to store the path in `WP_Textdomain_Registry`.
* Adds `$reloadable` parameter to `unload_textdomain()` to define whether a text domain can be loaded just-in-time again. This is used by `WP_Locale_Switcher::load_translations()`.
* Extends `_load_textdomain_just_in_time()` to also support text domains of plugins and themes with custom language directories.
* Fixes the incorrect `test_plugin_translation_after_switching_locale_twice()` test which should have catch this issue earlier.
* Adds a new test plugin/theme to test the loading of translations with a custom language directory.
* Deprecates the now unused and private `_get_path_to_translation()` and `_get_path_to_translation_from_lang_dir()` functions.

Props yoavf, swissspidy, dd32, ocean90.
See #26511.
Fixes #39210.

git-svn-id: https://develop.svn.wordpress.org/trunk@49236 602fd350-edb4-49c9-b593-d223f7449a82
2020-10-20 16:03:58 +00:00
..
plugins I18N: Introduce `WP_Textdomain_Registry` to store text domains and their language directory paths. 2020-10-20 16:03:58 +00:00
themes I18N: Introduce `WP_Textdomain_Registry` to store text domains and their language directory paths. 2020-10-20 16:03:58 +00:00
admin-en_GB.mo Tests: Update language files to include a `Language` header. 2016-10-25 22:25:08 +00:00
admin-en_GB.po Tests: Update language files to include a `Language` header. 2016-10-25 22:25:08 +00:00
admin-en_US-script-handle.json I18N: Add JavaScript translation support. 2018-12-14 05:51:31 +00:00
admin-es_ES.mo Tests: Update language files to include a `Language` header. 2016-10-25 22:25:08 +00:00
admin-es_ES.po Tests: Update language files to include a `Language` header. 2016-10-25 22:25:08 +00:00
admin-network-en_GB.mo Tests: Update language files to include a `Language` header. 2016-10-25 22:25:08 +00:00
admin-network-en_GB.po Tests: Update language files to include a `Language` header. 2016-10-25 22:25:08 +00:00
admin-network-es_ES.mo Tests: Update language files to include a `Language` header. 2016-10-25 22:25:08 +00:00
admin-network-es_ES.po Tests: Update language files to include a `Language` header. 2016-10-25 22:25:08 +00:00
continents-cities-es_ES.mo Tests: Update language files to include a `Language` header. 2016-10-25 22:25:08 +00:00
continents-cities-es_ES.po Tests: Update language files to include a `Language` header. 2016-10-25 22:25:08 +00:00
de_DE.mo Privacy: Ensure the personal data export email is sent in the locale of the user whose data is being exported (or the site's default locale if they are not a registered user) when the administrator fulfilling the request uses a different locale. 2019-03-28 21:28:37 +00:00
de_DE.po Privacy: Ensure the personal data export email is sent in the locale of the user whose data is being exported (or the site's default locale if they are not a registered user) when the administrator fulfilling the request uses a different locale. 2019-03-28 21:28:37 +00:00
en_GB.mo Tests: Update language files to include a `Language` header. 2016-10-25 22:25:08 +00:00
en_GB.po Tests: Update language files to include a `Language` header. 2016-10-25 22:25:08 +00:00
en_US-813e104eb47e13dd4cc5af844c618754.json I18N: Add JavaScript translation support. 2018-12-14 05:51:31 +00:00
es_ES.mo Tests: Update the `es_ES` string used in `wp_send_user_request()` tests to match the current translation. 2020-07-23 18:21:13 +00:00
es_ES.po Tests: Update the `es_ES` string used in `wp_send_user_request()` tests to match the current translation. 2020-07-23 18:21:13 +00:00
ja_JP.mo I18N: Allow the length of automatically generated excerpts to be localized. 2019-06-08 18:41:08 +00:00
ja_JP.po I18N: Allow the length of automatically generated excerpts to be localized. 2019-06-08 18:41:08 +00:00