lucasnevespereira / resumme-builder

Resume builder in Golang using json data and html templates
MIT License
13 stars 6 forks source link

Native Date Localization #6

Closed lucasnevespereira closed 1 month ago

lucasnevespereira commented 2 months ago

I just noticed an issue with localization : Go does not localize dates natively. This could be done using an external dependency such as https://github.com/goodsign/monday/

This would require some changes to i18n though, which is outside of this PR's scope. I'm open to try to investigate further once this PR is accepted.

Originally posted by @francois07 in https://github.com/lucasnevespereira/resumme-builder/issues/5#issuecomment-2208490840