@wordpress/i18n
Advanced tools
Comparing version 5.15.1 to 5.16.0
@@ -5,2 +5,4 @@ <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. --> | ||
## 5.16.0 (2025-01-15) | ||
## 5.15.0 (2025-01-02) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@wordpress/i18n", | ||
"version": "5.15.1", | ||
"version": "5.16.0", | ||
"description": "WordPress internationalization (i18n) library.", | ||
@@ -35,3 +35,3 @@ "author": "The WordPress Contributors", | ||
"@babel/runtime": "7.25.7", | ||
"@wordpress/hooks": "^4.15.0", | ||
"@wordpress/hooks": "^4.16.0", | ||
"gettext-parser": "^1.3.1", | ||
@@ -45,3 +45,3 @@ "memize": "^2.1.0", | ||
}, | ||
"gitHead": "0d4503ecc364cf4ca16024673baf5a84dacf212f" | ||
"gitHead": "f48b9f56629e400891abb5ae491504de475237ff" | ||
} |
@@ -362,3 +362,3 @@ /* eslint-disable @wordpress/i18n-text-domain, @wordpress/i18n-translator-comments */ | ||
// Reset the locale data and fallback to the defualt plural forms function. | ||
// Reset the locale data and fallback to the default plural forms function. | ||
locale.resetLocaleData( | ||
@@ -365,0 +365,0 @@ { |
234260
Updated@wordpress/hooks@^4.16.0