We use two locales in our project: russian and kazakh. For displaying dates we use angular's default datePipe
. The word June in kazakh is "маусым" and it's shortened version is "мау". The short version confuses some of our users, because it's similar to english word "May".
So the question is "How to change the default locale translation "мау" to "маус" in Angular?". We can change it right in the node_modules folder, but it's not a clean solution. I think it's not recommended to change the vendor file after every build of the project.