sdelements / lets-chat

Self-hosted chat app for small teams
http://sdelements.github.io/lets-chat
MIT License
9.76k stars 1.58k forks source link

Message timestamp are not translated #674

Open milouse opened 8 years ago

milouse commented 8 years ago

I try to figure out how to translate messages timestamps as part of my effort to improve french translation of lets-chat. I discover that you use the moment.js library to manage datetime. However I'm not a node expert and did not find how to correctly set up moment to use the french locale.

Any of you has a better idea of how to do that?

puchp commented 7 years ago

In my opinion just modify moment.js manually From EN to your local language.