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
15 changes: 14 additions & 1 deletion LanguageData/rfc5646
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
File-Date: 2026-04-09
File-Date: 2026-04-21
%%
Type: language
Subtag: aa
Expand Down Expand Up @@ -48268,6 +48268,13 @@ Comments: The subtag represents the alphabet codified by Franc Serafin
Metelko and used from 1825 to 1833.
%%
Type: variant
Subtag: moderat
Description: The moderate (conservative, i.e. Danish-like) spelling
variant of Bokmål
Added: 2026-04-21
Prefix: nb
%%
Type: variant
Subtag: monoton
Description: Monotonic Greek
Added: 2006-12-11
Expand Down Expand Up @@ -48423,6 +48430,12 @@ Comments: Puter is one of the five traditional written standards or
"idioms" of the Romansh language.
%%
Type: variant
Subtag: radikalt
Description: Radical (i.e. Nynorsk-like) spelling variant of Bokmål
Added: 2026-04-21
Prefix: nb
%%
Type: variant
Subtag: rigik
Description: Volapük rigik
Description: Schleyer's Volapük
Expand Down
28 changes: 27 additions & 1 deletion LanguageData/rfc5646.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"FileDate": "2026-04-09",
"FileDate": "2026-04-21",
"RecordList": [
{
"Type": "Language",
Expand Down Expand Up @@ -103352,6 +103352,19 @@
"sl"
]
},
{
"Type": "Variant",
"SubTag": "moderat",
"Description": [
"The moderate (conservative, i.e. Danish-like) spelling variant of Bokm\u00E5l"
],
"Added": "2026-04-21",
"Scope": "None",
"Comments": [],
"Prefix": [
"nb"
]
},
{
"Type": "Variant",
"SubTag": "monoton",
Expand Down Expand Up @@ -103649,6 +103662,19 @@
"rm"
]
},
{
"Type": "Variant",
"SubTag": "radikalt",
"Description": [
"Radical (i.e. Nynorsk-like) spelling variant of Bokm\u00E5l"
],
"Added": "2026-04-21",
"Scope": "None",
"Comments": [],
"Prefix": [
"nb"
]
},
{
"Type": "Variant",
"SubTag": "rigik",
Expand Down
35 changes: 34 additions & 1 deletion 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, 4, 9),
FileDate = new DateOnly(2026, 4, 21),
RecordList =
[
new()
Expand Down Expand Up @@ -137409,6 +137409,24 @@ public static Rfc5646Data Create() =>
Prefix = [@"sl"],
},
new()
{
Type = Rfc5646Record.RecordType.Variant,
SubTag = "moderat",
Added = new DateOnly(2026, 4, 21),
SuppressScript = null,
Scope = Rfc5646Record.RecordScope.None,
MacroLanguage = null,
Deprecated = null,
PreferredValue = null,
Tag = null,
Description =
[
@"The moderate (conservative, i.e. Danish-like) spelling variant of Bokmål",
],
Comments = [],
Prefix = [@"nb"],
},
new()
{
Type = Rfc5646Record.RecordType.Variant,
SubTag = "monoton",
Expand Down Expand Up @@ -137755,6 +137773,21 @@ public static Rfc5646Data Create() =>
Prefix = [@"rm"],
},
new()
{
Type = Rfc5646Record.RecordType.Variant,
SubTag = "radikalt",
Added = new DateOnly(2026, 4, 21),
SuppressScript = null,
Scope = Rfc5646Record.RecordScope.None,
MacroLanguage = null,
Deprecated = null,
PreferredValue = null,
Tag = null,
Description = [@"Radical (i.e. Nynorsk-like) spelling variant of Bokmål"],
Comments = [],
Prefix = [@"nb"],
},
new()
{
Type = Rfc5646Record.RecordType.Variant,
SubTag = "rigik",
Expand Down