Skip to content

Commit

Permalink
8287180: Update IANA Language Subtag Registry to Version 2022-08-08
Browse files Browse the repository at this point in the history
Reviewed-by: naoto, lancea, iris
  • Loading branch information
justin-curtis-lu authored and naotoj committed Nov 17, 2022
1 parent a768fed commit 992f209
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion src/java.base/share/data/lsrdata/language-subtag-registry.txt
@@ -1,4 +1,4 @@
File-Date: 2022-03-02
File-Date: 2022-08-08
%%
Type: language
Subtag: aa
Expand Down Expand Up @@ -46970,6 +46970,7 @@ Preferred-Value: TL
%%
Type: region
Subtag: TR
Description: Türkiye
Description: Turkey
Added: 2005-10-16
%%
Expand Down Expand Up @@ -47766,6 +47767,19 @@ Comments: The dialect of Lipovaz/Lipovec is one of the minor local
dialects of Resian
%%
Type: variant
Subtag: ltg1929
Description: The Latgalian language orthography codified in 1929
Added: 2022-08-05
Prefix: ltg
%%
Type: variant
Subtag: ltg2007
Description: The Latgalian language orthography codified in the language
law in 2007
Added: 2022-06-23
Prefix: ltg
%%
Type: variant
Subtag: luna1918
Description: Post-1917 Russian orthography
Added: 2010-10-10
Expand Down
2 changes: 1 addition & 1 deletion test/jdk/java/util/Locale/LanguageSubtagRegistryTest.java
Expand Up @@ -26,7 +26,7 @@
* @bug 8040211 8191404 8203872 8222980 8225435 8241082 8242010 8247432
* 8258795 8267038
* @summary Checks the IANA language subtag registry data update
* (LSR Revision: 2022-03-02) with Locale and Locale.LanguageRange
* (LSR Revision: 2022-08-08) with Locale and Locale.LanguageRange
* class methods.
* @run main LanguageSubtagRegistryTest
*/
Expand Down

3 comments on commit 992f209

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GoeLin
Copy link
Member

@GoeLin GoeLin commented on 992f209 Jan 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/backport jdk17u-dev

@openjdk
Copy link

@openjdk openjdk bot commented on 992f209 Jan 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GoeLin the backport was successfully created on the branch GoeLin-backport-992f209d in my personal fork of openjdk/jdk17u-dev. To create a pull request with this backport targeting openjdk/jdk17u-dev:master, just click the following link:

➡️ Create pull request

The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:

Hi all,

This pull request contains a backport of commit 992f209d from the openjdk/jdk repository.

The commit being backported was authored by Justin Lu on 17 Nov 2022 and was reviewed by Naoto Sato, Lance Andersen and Iris Clark.

Thanks!

If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/jdk17u-dev:

$ git fetch https://github.com/openjdk-bots/jdk17u-dev GoeLin-backport-992f209d:GoeLin-backport-992f209d
$ git checkout GoeLin-backport-992f209d
# make changes
$ git add paths/to/changed/files
$ git commit --message 'Describe additional changes made'
$ git push https://github.com/openjdk-bots/jdk17u-dev GoeLin-backport-992f209d

Please sign in to comment.