the relative date in Chinese language has unnecessary spaces,
usually the date format should be “mm月dd日”, the current format is “mm月 dd 日”,
I haven’t found any issue with the translation, and also I think the ember helper lead to this issue https://github.com/discourse/discourse/blob/main/app/assets/javascripts/discourse/app/lib/formatter.js
I think function autoUpdatingRelativeAge adds the extra spaces.
I understand this is not an issue for English version discourse, but may cause some format issues for other languages.
I tried javascript to remove the spaces, but it won’t work with the lazy loading content.
I’m appreciated to any tips for modifying the ember helper in a plugin or any fix from the main branch.