sabbath-school-android icon indicating copy to clipboard operation
sabbath-school-android copied to clipboard

Localize date mask in lessons

Open imasaru opened this issue 8 years ago • 3 comments

The default date format looks a bit odd and is sometimes harder to read when carried over to Japanese.

Original

I suggest implementing something like this:

Suggestion

Hopefully this will be possible to implement without messing up the date formatting for the other languages.

imasaru avatar Jul 18 '17 21:07 imasaru

@imasaru What is the date formatting string would be for this?

VitalikL avatar Jul 23 '17 22:07 VitalikL

Something like yy.MM.dd, at least. If you want to preserve the style that you used with English, you can omit the year like I did in the second photo above.

In that photo, I tried to preserve the day, month, and year as much as possible, creating: MM月.dd日 (EEE)

imasaru avatar Jul 24 '17 01:07 imasaru

We have to localize the date mask, so it will be good for any language.

hebertialmeida avatar Jul 24 '17 03:07 hebertialmeida