ramack / ActivityDiary

Android diary for any kind of activities
GNU General Public License v3.0
73 stars 37 forks source link

Time- and Dateformats used inconsistent #235

Open ramack opened 5 years ago

ramack commented 5 years ago

Currently we have a setting for the default_datetime_format, which changes the view in the history to be user-adjustable. All other date and time formats are fixed and only selectable by the translators.

We have to

vit1-irk commented 5 years ago

If the format string requires explicit user input, in fact, it must not be translated. But if it is about to be just displayed, it may be translated.