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
3 changes: 2 additions & 1 deletion LanguageData/rfc5646
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
File-Date: 2026-08-08
File-Date: 2026-09-17
%%
Type: language
Subtag: aa
Expand Down Expand Up @@ -47049,6 +47049,7 @@ Added: 2005-10-16
%%
Type: region
Subtag: NR
Description: Naoero
Description: Nauru
Added: 2005-10-16
%%
Expand Down
3 changes: 2 additions & 1 deletion LanguageData/rfc5646.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"FileDate": "2026-08-08",
"FileDate": "2026-09-17",
"RecordList": [
{
"Type": "Language",
Expand Down Expand Up @@ -100853,6 +100853,7 @@
"Type": "Region",
"SubTag": "NR",
"Description": [
"Naoero",
"Nauru"
],
"Added": "2005-10-16",
Expand Down
4 changes: 2 additions & 2 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, 8, 8),
FileDate = new DateOnly(2026, 9, 17),
RecordList =
[
new()
Expand Down Expand Up @@ -134245,7 +134245,7 @@ public static Rfc5646Data Create() =>
Deprecated = null,
PreferredValue = null,
Tag = null,
Description = [@"Nauru"],
Description = [@"Naoero", @"Nauru"],
Comments = [],
Prefix = [],
},
Expand Down
Loading