Re: [jdk20] RFR: 8301206: Fix issue with LocaleData after JDK-8300719 [v2]

2023-01-27 Thread Naoto Sato
On Fri, 27 Jan 2023 02:34:37 GMT, Damon Nguyen wrote: >> Localization update didn't include an update to LocaleData file. This PR >> addresses this by updating the file with the newly translated values. The >> LocaleDataTest now passes. This should address the recent related failures >> to

Re: [jdk20] RFR: 8301206: Fix issue with LocaleData after JDK-8300719 [v2]

2023-01-26 Thread Damon Nguyen
On Fri, 27 Jan 2023 02:02:34 GMT, Naoto Sato wrote: > The fix itself looks good. Add the bug id to `LocaleDataTest.java` Added BugID to the list of BugID's in `LocaleDataTest.java` - PR: https://git.openjdk.org/jdk20/pull/118

Re: [jdk20] RFR: 8301206: Fix issue with LocaleData after JDK-8300719 [v2]

2023-01-26 Thread Damon Nguyen
> Localization update didn't include an update to LocaleData file. This PR > addresses this by updating the file with the newly translated values. The > LocaleDataTest now passes. This should address the recent related failures to > LocaleData. Damon Nguyen has updated the pull request