diff options
| author | lambadalambda <gitgud@rogerbraun.net> | 2017-09-03 19:00:42 -0400 |
|---|---|---|
| committer | lambadalambda <gitgud@rogerbraun.net> | 2017-09-03 19:00:42 -0400 |
| commit | 00f8857876170444dcb32c395e9a16f0a9465b95 (patch) | |
| tree | 608237a0b50d450af8b93a6861454597ca407cd9 | |
| parent | b35acf46284f9d26de82ed129652a223106b72b0 (diff) | |
| parent | 43f416297f31b422f14334555472663a39a9426c (diff) | |
Merge branch 'fix/timeago-months' into 'develop'
Better specifier for months
See merge request !112
| -rw-r--r-- | static/timeago.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/timeago.json b/static/timeago.json index b6f669c2..073ece16 100644 --- a/static/timeago.json +++ b/static/timeago.json @@ -5,6 +5,6 @@ ["%sh", "%sh"], ["%sd", "%sd"], ["%sw", "%sw"], - ["%sm", "%sm"], + ["%smo", "%smo"], ["%sy", "%sy"] ] |
