Adds support for localized push notification in push payload (#4129)
* Adds support for localized push data keys - passign alert-[lang|locale] or title-[lang|locale] will inject the proper locale on the push body based on the installation * Better handling of the default cases * Updates changelog * nits * nits
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
## Parse Server Changelog
|
||||
|
||||
### master
|
||||
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.0...master)
|
||||
|
||||
#### New Features
|
||||
* Adds ability to send localized pushes according to the _Installation localeIdentifier
|
||||
|
||||
### 2.6.0
|
||||
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.5.3...2.6.0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user