-
Notifications
You must be signed in to change notification settings - Fork 4
PTBAS-737: using consistent english language now #184
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
base: develop
Are you sure you want to change the base?
Conversation
* using system locale for date/times
@CodiumAI-Agent /review |
PR Reviewer Guide 🔍(Review updated until commit c9cc12b)Here are some key observations to aid the review process:
|
src/main/java/de/doubleslash/keeptime/common/DateFormatter.java
Outdated
Show resolved
Hide resolved
src/test/java/de/doubleslash/keeptime/common/DateFormatterTest.java
Outdated
Show resolved
Hide resolved
src/main/java/de/doubleslash/keeptime/common/DateFormatter.java
Outdated
Show resolved
Hide resolved
@MomdAli I was using it the last weeks and I did not notice issues - only annoying thing is the calendar view that sunday is the first day of the week. can this be changed / also localized somehow? |
Persistent review updated to latest commit c9cc12b |
Locale management and formatting improvements:
setSystemLocale
,getSystemLocale
, andapplySystemLocaleOnDate
methods to theDateFormatter
utility class, allowing centralized management of the application's locale and consistent formatting of dates inDatePicker
components. (DateFormatter.java
) [1] [2]DateFormatter
, and the default locale is explicitly set to English to ensure predictable behavior. (App.java
) [1] [2]