Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion LanguageData/rfc5646
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
File-Date: 2026-05-05
File-Date: 2026-06-14
%%
Type: language
Subtag: aa
Expand Down Expand Up @@ -91,6 +91,8 @@ Type: language
Subtag: bh
Description: Bihari languages
Added: 2005-10-16
Deprecated: 2026-06-14
Preferred-Value: bih
Scope: collection
%%
Type: language
Expand Down Expand Up @@ -4923,6 +4925,12 @@ Description: Biangai
Added: 2009-07-29
%%
Type: language
Subtag: bih
Description: Bihari languages
Added: 2026-06-14
Scope: collection
%%
Type: language
Subtag: bij
Description: Vaghat-Ya-Bijim-Legeri
Added: 2009-07-29
Expand Down
17 changes: 15 additions & 2 deletions LanguageData/rfc5646.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"FileDate": "2026-05-05",
"FileDate": "2026-06-14",
"RecordList": [
{
"Type": "Language",
Expand Down Expand Up @@ -182,8 +182,10 @@
],
"Added": "2005-10-16",
"Scope": "Collection",
"Deprecated": "2026-06-14",
"Comments": [],
"Prefix": []
"Prefix": [],
"PreferredValue": "bih"
},
{
"Type": "Language",
Expand Down Expand Up @@ -10384,6 +10386,17 @@
"Comments": [],
"Prefix": []
},
{
"Type": "Language",
"SubTag": "bih",
"Description": [
"Bihari languages"
],
"Added": "2026-06-14",
"Scope": "Collection",
"Comments": [],
"Prefix": []
},
{
"Type": "Language",
"SubTag": "bij",
Expand Down
21 changes: 18 additions & 3 deletions LanguageTags/Rfc5646DataGen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public sealed partial class Rfc5646Data
public static Rfc5646Data Create() =>
new()
{
FileDate = new DateOnly(2026, 5, 5),
FileDate = new DateOnly(2026, 6, 14),
RecordList =
[
new()
Expand Down Expand Up @@ -249,8 +249,8 @@ public static Rfc5646Data Create() =>
SuppressScript = null,
Scope = Rfc5646Record.RecordScope.Collection,
MacroLanguage = null,
Deprecated = null,
PreferredValue = null,
Deprecated = new DateOnly(2026, 6, 14),
PreferredValue = "bih",
Tag = null,
Description = [@"Bihari languages"],
Comments = [],
Expand Down Expand Up @@ -13809,6 +13809,21 @@ public static Rfc5646Data Create() =>
Prefix = [],
},
new()
{
Type = Rfc5646Record.RecordType.Language,
SubTag = "bih",
Added = new DateOnly(2026, 6, 14),
SuppressScript = null,
Scope = Rfc5646Record.RecordScope.Collection,
MacroLanguage = null,
Deprecated = null,
PreferredValue = null,
Tag = null,
Description = [@"Bihari languages"],
Comments = [],
Prefix = [],
},
new()
{
Type = Rfc5646Record.RecordType.Language,
SubTag = "bij",
Expand Down