diff -r 48c4eec2b7e6 -r 8c2e4d02f4ef wp/wp-includes/js/dist/i18n.js --- a/wp/wp-includes/js/dist/i18n.js Fri Sep 05 18:40:08 2025 +0200 +++ b/wp/wp-includes/js/dist/i18n.js Fri Sep 05 18:52:52 2025 +0200 @@ -309,7 +309,7 @@ /******/ /************************************************************************/ var __webpack_exports__ = {}; -// This entry need to be wrapped in an IIFE because it need to be in strict mode. +// This entry needs to be wrapped in an IIFE because it needs to be in strict mode. (() => { "use strict"; // ESM COMPAT FLAG @@ -332,7 +332,7 @@ subscribe: () => (/* reexport */ subscribe) }); -;// CONCATENATED MODULE: ./node_modules/memize/dist/index.js +;// ./node_modules/memize/dist/index.js /** * Memize options object. * @@ -497,7 +497,7 @@ // EXTERNAL MODULE: ./node_modules/sprintf-js/src/sprintf.js var sprintf = __webpack_require__(2058); var sprintf_default = /*#__PURE__*/__webpack_require__.n(sprintf); -;// CONCATENATED MODULE: ./node_modules/@wordpress/i18n/build-module/sprintf.js +;// ./node_modules/@wordpress/i18n/build-module/sprintf.js /** * External dependencies */ @@ -535,7 +535,7 @@ } } -;// CONCATENATED MODULE: ./node_modules/@tannin/postfix/index.js +;// ./node_modules/@tannin/postfix/index.js var PRECEDENCE, OPENERS, TERMINATORS, PATTERN; /** @@ -661,7 +661,7 @@ return terms.concat( stack.reverse() ); } -;// CONCATENATED MODULE: ./node_modules/@tannin/evaluate/index.js +;// ./node_modules/@tannin/evaluate/index.js /** * Operator callback functions. * @@ -773,7 +773,7 @@ return stack[ 0 ]; } -;// CONCATENATED MODULE: ./node_modules/@tannin/compile/index.js +;// ./node_modules/@tannin/compile/index.js @@ -804,7 +804,7 @@ }; } -;// CONCATENATED MODULE: ./node_modules/@tannin/plural-forms/index.js +;// ./node_modules/@tannin/plural-forms/index.js /** @@ -824,7 +824,7 @@ }; } -;// CONCATENATED MODULE: ./node_modules/tannin/index.js +;// ./node_modules/tannin/index.js /** @@ -1039,7 +1039,7 @@ return index === 0 ? singular : plural; }; -;// CONCATENATED MODULE: ./node_modules/@wordpress/i18n/build-module/create-i18n.js +;// ./node_modules/@wordpress/i18n/build-module/create-i18n.js /** * External dependencies */ @@ -1319,9 +1319,7 @@ */ translation = /** @type {string} */ /** @type {*} */hooks.applyFilters('i18n.gettext', translation, text, domain); - return /** @type {string} */( - /** @type {*} */hooks.applyFilters('i18n.gettext_' + getFilterDomain(domain), translation, text, domain) - ); + return /** @type {string} */ /** @type {*} */hooks.applyFilters('i18n.gettext_' + getFilterDomain(domain), translation, text, domain); }; /** @type {_x} */ @@ -1341,9 +1339,7 @@ */ translation = /** @type {string} */ /** @type {*} */hooks.applyFilters('i18n.gettext_with_context', translation, text, context, domain); - return /** @type {string} */( - /** @type {*} */hooks.applyFilters('i18n.gettext_with_context_' + getFilterDomain(domain), translation, text, context, domain) - ); + return /** @type {string} */ /** @type {*} */hooks.applyFilters('i18n.gettext_with_context_' + getFilterDomain(domain), translation, text, context, domain); }; /** @type {_n} */ @@ -1364,9 +1360,7 @@ */ translation = /** @type {string} */ /** @type {*} */hooks.applyFilters('i18n.ngettext', translation, single, plural, number, domain); - return /** @type {string} */( - /** @type {*} */hooks.applyFilters('i18n.ngettext_' + getFilterDomain(domain), translation, single, plural, number, domain) - ); + return /** @type {string} */ /** @type {*} */hooks.applyFilters('i18n.ngettext_' + getFilterDomain(domain), translation, single, plural, number, domain); }; /** @type {_nx} */ @@ -1388,9 +1382,7 @@ */ translation = /** @type {string} */ /** @type {*} */hooks.applyFilters('i18n.ngettext_with_context', translation, single, plural, number, context, domain); - return /** @type {string} */( - /** @type {*} */hooks.applyFilters('i18n.ngettext_with_context_' + getFilterDomain(domain), translation, single, plural, number, context, domain) - ); + return /** @type {string} */ /** @type {*} */hooks.applyFilters('i18n.ngettext_with_context_' + getFilterDomain(domain), translation, single, plural, number, context, domain); }; /** @type {IsRtl} */ @@ -1448,9 +1440,9 @@ }; }; -;// CONCATENATED MODULE: external ["wp","hooks"] +;// external ["wp","hooks"] const external_wp_hooks_namespaceObject = window["wp"]["hooks"]; -;// CONCATENATED MODULE: ./node_modules/@wordpress/i18n/build-module/default-i18n.js +;// ./node_modules/@wordpress/i18n/build-module/default-i18n.js /** * Internal dependencies */ @@ -1598,7 +1590,7 @@ */ const hasTranslation = i18n.hasTranslation.bind(i18n); -;// CONCATENATED MODULE: ./node_modules/@wordpress/i18n/build-module/index.js +;// ./node_modules/@wordpress/i18n/build-module/index.js