From 5f4b97e1710450f31571273a0a548bc2333924a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 03:11:47 +0000 Subject: [PATCH] Update codegen files --- LanguageData/rfc5646 | 15 ++++++++++++++- LanguageData/rfc5646.json | 28 ++++++++++++++++++++++++++- LanguageTags/Rfc5646DataGen.cs | 35 +++++++++++++++++++++++++++++++++- 3 files changed, 75 insertions(+), 3 deletions(-) diff --git a/LanguageData/rfc5646 b/LanguageData/rfc5646 index b81d64d..93230f4 100644 --- a/LanguageData/rfc5646 +++ b/LanguageData/rfc5646 @@ -1,4 +1,4 @@ -File-Date: 2026-04-09 +File-Date: 2026-04-21 %% Type: language Subtag: aa @@ -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 @@ -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 diff --git a/LanguageData/rfc5646.json b/LanguageData/rfc5646.json index 9851dd9..fe436bd 100644 --- a/LanguageData/rfc5646.json +++ b/LanguageData/rfc5646.json @@ -1,5 +1,5 @@ { - "FileDate": "2026-04-09", + "FileDate": "2026-04-21", "RecordList": [ { "Type": "Language", @@ -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", @@ -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", diff --git a/LanguageTags/Rfc5646DataGen.cs b/LanguageTags/Rfc5646DataGen.cs index 45b0f78..9ccb7e4 100644 --- a/LanguageTags/Rfc5646DataGen.cs +++ b/LanguageTags/Rfc5646DataGen.cs @@ -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() @@ -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", @@ -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",