update Chinese translation, and add the function of specifing date format. #7
Reference in New Issue
Block a user
Delete Branch "Eilles/kolibrios.org:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Could you split the commit into those 3 points, please?
Explain for Line 68-69 in app.py
In the case of some space-charater-sensitive languages like Chinese, Japanese or Korean, if we remain the trailing single new-line(
\n) in a HTML text, the web renderer will put a space there. So a space between some place that shouldn't have a space will just break a word. So I use the.replacemethod to remove all\n, and before it using another.replaceto avoid influencing the other cases like:That's why the two line happen.
oh, okay~
f0db9c2089to2c0f65e59f87dc628232toa0b12f2cbaa0b12f2cbatoea969132f8