mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
closes #685 by strictly defining points in time
- today is from 00:00.00 this morning until the end of time - yesterday is from yesterday 00:00.00 until today - the other ones also mean pretty much exactly what you would expect them to mean. - this week and this month both can be empty because they are already covered by today, yesterday etc. This is by design.
This commit is contained in:
committed by
B. Petersen
parent
9622270923
commit
682b1101a5
@@ -36,6 +36,8 @@
|
||||
<string name="yesterday">Yesterday</string>
|
||||
<string name="this_week">This week</string>
|
||||
<string name="this_month">This month</string>
|
||||
<string name="last_week">Last week</string>
|
||||
<string name="last_month">Last month</string>
|
||||
<!-- Translators: show beside messages that are "N minutes old". prefer a short string, prefer abbreviations if they're well-known -->
|
||||
<plurals name="n_minutes">
|
||||
<item quantity="one">%d min</item>
|
||||
|
||||
Reference in New Issue
Block a user