File tree Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 1- File-Date: 2025-05-15
1+ File-Date: 2025-06-23
22%%
33Type: language
44Subtag: aa
@@ -48555,6 +48555,12 @@ Comments: The subtag represents the old orthography of the Latvian
4855548555 language used during c. 1600s–1920s.
4855648556%%
4855748557Type: variant
48558+ Subtag: viennese
48559+ Description: The Viennese dialect of German
48560+ Added: 2025-06-22
48561+ Prefix: de
48562+ %%
48563+ Type: variant
4855848564Subtag: vivaraup
4855948565Description: Vivaro-Alpine
4856048566Added: 2018-04-22
Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments