Commit 8751bf38 authored by isstuev's avatar isstuev

relativeTimeConfig fix

parent 334ebdf9
...@@ -17,7 +17,7 @@ const relativeTimeConfig = { ...@@ -17,7 +17,7 @@ const relativeTimeConfig = {
{ l: 'dd', r: 29, d: 'day' }, { l: 'dd', r: 29, d: 'day' },
{ l: 'M', r: 1 }, { l: 'M', r: 1 },
{ l: 'MM', r: 11, d: 'month' }, { l: 'MM', r: 11, d: 'month' },
{ l: 'y' }, { l: 'y', r: 17 },
{ l: 'yy', d: 'year' }, { l: 'yy', d: 'year' },
], ],
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment