Skip to content

Commit 21d5be1

Browse files
ptr727github-actions[bot]
authored andcommitted
Update language data and generated files
1 parent 1d09350 commit 21d5be1

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

Data/language-subtag-registry

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
File-Date: 2025-05-15
1+
File-Date: 2025-06-23
22
%%
33
Type: language
44
Subtag: aa
@@ -48555,6 +48555,12 @@ Comments: The subtag represents the old orthography of the Latvian
4855548555
language used during c. 1600s–1920s.
4855648556
%%
4855748557
Type: variant
48558+
Subtag: viennese
48559+
Description: The Viennese dialect of German
48560+
Added: 2025-06-22
48561+
Prefix: de
48562+
%%
48563+
Type: variant
4855848564
Subtag: vivaraup
4855948565
Description: Vivaro-Alpine
4856048566
Added: 2018-04-22

Utilities/Rfc5646Gen.cs

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public bool Create()
99
RecordList.Clear();
1010
Record record;
1111

12-
FileDate = DateFromString("2025-05-15");
12+
FileDate = DateFromString("2025-06-23");
1313

1414
record = new()
1515
{
@@ -167994,6 +167994,26 @@ public bool Create()
167994167994

167995167995
RecordList.Add(record);
167996167996

167997+
record = new()
167998+
{
167999+
Type = RecordType.Variant,
168000+
SubTag = "viennese",
168001+
Added = DateFromString("2025-06-22"),
168002+
SuppressScript = "",
168003+
Scope = "",
168004+
MacroLanguage = "",
168005+
Deprecated = DateFromString("0001-01-01"),
168006+
PreferredValue = "",
168007+
Tag = "",
168008+
};
168009+
168010+
// The Viennese dialect of German
168011+
record.Description.Add(FromEncodedString("VGhlIFZpZW5uZXNlIGRpYWxlY3Qgb2YgR2VybWFu"));
168012+
168013+
record.Prefix.Add("de");
168014+
168015+
RecordList.Add(record);
168016+
167997168017
record = new()
167998168018
{
167999168019
Type = RecordType.Variant,

0 commit comments

Comments
 (0)