Mikhail Loginov
Mikhail Loginov
> I know this is not necessarily an issue but was wondering if you could help at all. > > I just printed my first test piece, blown away by...
Also having the same issue. On the server last hass.io is used.
> This might be happening because Polish has different plurals for different numbers. > > 1 sekund**a**, 2..4 sekund**y**, 5.. sekund It is already implemented for polish here: https://github.com/ocpsoft/prettytime/blob/master/core/src/main/java/org/ocpsoft/prettytime/i18n/Resources_pl.java same...
> sensiblepuffin already explained what's wrong. It's because those four languages override `TimeFormat::format` and just return back the number passed in without attempting any logic. The implementation doesn't work because...
Ok i looked into it and i discovered that while "formatDuration" is not implemented correctly in russian (and probably other languages) - format that basically return "1 hour ago" and...
I solved this issue for ru locale in this pull request: https://github.com/ocpsoft/prettytime/pull/260 Apparently it was done because there are some cases in russian that were impossible to support in current...
WIP. Liked that feature in sync. Can be easily implemented with swipetodismiss, will refactor it and create the PR Haptic feedback is also implemented I'm open to suggestions about colors,...
I think you're right - it's better just to change overflow in CommunityName to "overflow = TextOverflow.Ellipsis". In that case it will be eaiser to distinguish local communities from remote...
Ok that's not really a bug (or is it?) The issue is due to the fact that last word of community's name won't fit if url of instance is too...