-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(i18n): do not translate command names #2155
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #2155 +/- ##
=======================================
Coverage 83.61% 83.61%
=======================================
Files 307 307
Lines 7094 7094
Branches 2013 2013
=======================================
Hits 5932 5932
Misses 830 830
Partials 332 332
☔ View full report in Codecov by Sentry. |
Size Change: -1.55 kB (0%) Total Size: 1.9 MB
ℹ️ View Unchanged
|
## [10.16.2](v10.16.1...v10.16.2) (2023-11-03) ### Bug Fixes * **i18n:** do not translate command names ([#2155](#2155)) ([b654b9a](b654b9a))
🎉 This PR is included in version 10.16.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [11.0.0-rc.4](v11.0.0-rc.3...v11.0.0-rc.4) (2023-11-08) ### Bug Fixes * **i18n:** add missing SDK translations ([#2157](#2157)) ([e22a6ce](e22a6ce)) * **i18n:** do not translate command names ([#2155](#2155)) ([b654b9a](b654b9a)) * **i18n:** prevent removal of dynamically generated translation keys ([#2154](#2154)) ([ebcaa8f](ebcaa8f)) * List/Item & EmojiPicker async data loading + docs update ([dedefac](dedefac)) ### Features * add Channel prop doDeleteMessageRequest ([#2152](#2152)) ([a01774a](a01774a)) * expose channels state on chat level ([#2161](#2161)) ([7e5543b](7e5543b))
🎉 This PR is included in version 11.0.0-rc.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎯 Goal
Translation of command names leads to not recognizing the command name in the message string on the back-end and thus breaks the whole commands functionality.