logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 00f8857876170444dcb32c395e9a16f0a9465b95
parent: b35acf46284f9d26de82ed129652a223106b72b0
Author: lambadalambda <gitgud@rogerbraun.net>
Date:   Sun,  3 Sep 2017 19:00:42 -0400

Merge branch 'fix/timeago-months' into 'develop'

Better specifier for months

See merge request !112

Diffstat:

Mstatic/timeago.json2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/static/timeago.json b/static/timeago.json @@ -5,6 +5,6 @@ ["%sh", "%sh"], ["%sd", "%sd"], ["%sw", "%sw"], - ["%sm", "%sm"], + ["%smo", "%smo"], ["%sy", "%sy"] ]