Skip to content

Commit

Permalink
Change default locale to ENGLISH
Browse files Browse the repository at this point in the history
  • Loading branch information
thecoop committed Sep 12, 2024
1 parent 0ab2afb commit 5c292b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ private static ZoneId newDateTimeZone(String timezone) {
}

private static Locale newLocale(String locale) {
return locale == null ? Locale.ROOT : LocaleUtils.parse(locale);
return locale == null ? Locale.ENGLISH : LocaleUtils.parse(locale);
}

@Override
Expand Down

0 comments on commit 5c292b6

Please sign in to comment.