aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-04-24 19:38:54 -0700
committerAllan Wang <me@allanwang.ca>2019-04-24 19:38:54 -0700
commit27d1b98330c25e8833279ed48a4d9bd7d7566d10 (patch)
tree8da002e91c2411cf3a25f4a8499a9ed1662839ca /app/src/main/res/values
parent7e227078373adf0ef8c243b7e1e05804524cd3ea (diff)
downloadfrost-27d1b98330c25e8833279ed48a4d9bd7d7566d10.tar.gz
frost-27d1b98330c25e8833279ed48a4d9bd7d7566d10.tar.bz2
frost-27d1b98330c25e8833279ed48a4d9bd7d7566d10.zip
Create readable time converter
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 2b6a2ba6..0c2e625c 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -69,7 +69,9 @@
For instance:
Today at 1:23 PM
Mar 13 at 9:00 AM
+
+ The first element is the day, and the second element is the time
-->
- <string name="time_template">%s at %s</string>
+ <string name="time_template">%1s at %2s</string>
</resources>