-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Length is the short for non-English localizations #6
Comments
I'll look into this! |
Im doing it this way. if (dateComponents.year == todayComponents.year && dateComponents.month == todayComponents.month && dateComponents.day == todayComponents.day) {
|
@honkmaster It's been a while, but if you'd like to submit those changes as a pull request I'd be happy to check them out and merge them in! I've recently changed up the project a bit, but it's nothing that shouldn't take more than a few minutes to sync up with! |
I will see what i can do and submit a pull request in the next days, |
In a few non-English localizations time length is much longer than US but the length of TimeScroller is fixed now, so in other localization text goes out of black field.
The text was updated successfully, but these errors were encountered: