@sapphire/plugin-i18next 2.5.0-next.fab3db9.0 → 2.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
# [@sapphire/plugin-i18next@2.5.0](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-i18next@2.4.2...@sapphire/plugin-i18next@2.5.0) - (2022-04-19)
|
|
6
|
+
|
|
7
|
+
## Bug Fixes
|
|
8
|
+
|
|
9
|
+
- **i18next:** Edit a reply when an already deferred or edited reply is passed into `replyLocalized` ([fab3db9](https://github.com/sapphiredev/plugins/commit/fab3db9212d19ddeda2cec1e92ded7dfa561385d))
|
|
10
|
+
- **i18next:** Ensure an interaction is deferred or replied before editing ([34f6057](https://github.com/sapphiredev/plugins/commit/34f605739ec335f205a6ddbb36fd811eac2f7a77))
|
|
11
|
+
|
|
12
|
+
## Features
|
|
13
|
+
|
|
14
|
+
- **i18next:** Add `guildLocale` and `locale` to `fetchLanguage` context ([d1e09f4](https://github.com/sapphiredev/plugins/commit/d1e09f47e659c1b296e07dd6805606af302ee6ed))
|
|
15
|
+
|
|
5
16
|
# [@sapphire/plugin-i18next@2.4.2](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-i18next@2.4.1...@sapphire/plugin-i18next@2.4.2) - (2022-04-18)
|
|
6
17
|
|
|
7
18
|
## Bug Fixes
|