social-app icon indicating copy to clipboard operation
social-app copied to clipboard

Fix post time localization on Android

Open auroursa opened this issue 3 months ago • 13 comments

Fix #6728

It seems that the post date localization on Android is handled differently from Web and iOS. In some cases, this may cause the date localization to not work properly on Android. Here are some examples:

Before

Japanese (Web) screenshot 2024-11-26 131646

Chinese (Web) screenshot 2024-11-26 131735

Android

Chinese Japanese

For Chinese, this date format is like rolling back to English, so it needs to be changed. At the very least, it should match the date format used on the web. The example after the fix:

After

Android

Chinese Japanese

auroursa avatar Nov 26 '24 05:11 auroursa