Open Xabellee opened 2 years ago
I think I added a string with placeholders for date format for this exact reason, but I'll check
I think I added a string with placeholders for date format for this exact reason, but I'll check
It seems that the date format is hardcoded in mastodon/src/main/java/org/joinmastodon/android/ui/utils/UiUtils.java
private static final DateTimeFormatter DATE_FORMATTER_SHORT_WITH_YEAR=DateTimeFormatter.ofPattern("d MMM uuuu"), DATE_FORMATTER_SHORT=DateTimeFormatter.ofPattern("d MMM");
For example, in Japanese the month precedes the day, but the app does not. the date of this post should be displayed as 5月4日 which means 4 May.