GNOME Bugzilla – Bug 731108
[3.12] gnome-shell top bar date display error (zh-CN)
Last modified: 2016-12-24 08:48:13 UTC
As attached pic says. gnome-shell top bar date display error, such us June 2nd should be displayed as 6月2日, but "日" is disappeared. It occurred from gnome-shell 3.12 in zh-CN, I try to figure out and solve it by edit .po file[1], but it didn't shows any incorrect or error translation via the po file. [1] https://l10n.gnome.org/media/upload/gnome-shell-master-po-zh_CN-220487.po
Created attachment 277724 [details] gnome-shell top bar date display error
https://l10n.gnome.org/POT/gnome-shell.master/gnome-shell.master.zh_CN.po only defines #. Translators: this is the month name and day number #. followed by a time string in 24h format. #. i.e. "May 25, 14:30" */ #: ../js/ui/components/telepathyClient.js:978 msgid "%B %d, %H∶%M" msgstr "%m月%d日,%H:%M" As you also have seconds displayed (which is not the default): I cannot find %H∶%M:%S anywhere defined in that po file. Hence wondering where that string formatting is defined; plus if this is the default font used (looks like, just in case of font corruption).
It is fixed in gnome-shell 3.22.2