@Paweł-Nowak You should register for an account on Transifex. Then you can contribute translations to NodeBB for everybody to enjoy 🙂
It does not require coding whatsoever 👍
Is there a nodebb app where I can use to reply and receive pushed notification?
We don't have a dedicated mobile app but NodeBB already works really well on mobile devices. We could possibly use some library to add push notifications whenever a notification is received.
@Cherie-Chao @baris I'm thinking of writing a NodeBB plugin to enable push notifications
I second that. It will be awesome!
Haha keep in mind, I'm only thinking of it.
The plugin system is more mature now, so perhaps I can start soon.
This is interesting if someone wants to use a webkit to wrap nodebb forum. Html5 provide some level of notification standards.
Both of which need a server, maybe within the core of nodebb engine (use the nodebb notification engine) to push the message out and using the webkit to serve the site.
@julian I'd love to see this in action, if u have written any plugin plz do share.