diff options
author | Allan Wang <me@allanwang.ca> | 2019-04-24 19:38:54 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-04-24 19:38:54 -0700 |
commit | 27d1b98330c25e8833279ed48a4d9bd7d7566d10 (patch) | |
tree | 8da002e91c2411cf3a25f4a8499a9ed1662839ca /app/src/main/res | |
parent | 7e227078373adf0ef8c243b7e1e05804524cd3ea (diff) | |
download | frost-27d1b98330c25e8833279ed48a4d9bd7d7566d10.tar.gz frost-27d1b98330c25e8833279ed48a4d9bd7d7566d10.tar.bz2 frost-27d1b98330c25e8833279ed48a4d9bd7d7566d10.zip |
Create readable time converter
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 4 |
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> |