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
2
2
%%
3
3
Type: language
4
4
Subtag: aa
@@ -48555,6 +48555,12 @@ Comments: The subtag represents the old orthography of the Latvian
48555
48555
language used during c. 1600s–1920s.
48556
48556
%%
48557
48557
Type: variant
48558
+ Subtag: viennese
48559
+ Description: The Viennese dialect of German
48560
+ Added: 2025-06-22
48561
+ Prefix: de
48562
+ %%
48563
+ Type: variant
48558
48564
Subtag: vivaraup
48559
48565
Description: Vivaro-Alpine
48560
48566
Added: 2018-04-22
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ public bool Create()
9
9
RecordList.Clear();
10
10
Record record;
11
11
12
- FileDate = DateFromString("2025-05-15 ");
12
+ FileDate = DateFromString("2025-06-23 ");
13
13
14
14
record = new()
15
15
{
@@ -167994,6 +167994,26 @@ public bool Create()
167994
167994
167995
167995
RecordList.Add(record);
167996
167996
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
+
167997
168017
record = new()
167998
168018
{
167999
168019
Type = RecordType.Variant,
You can’t perform that action at this time.
0 commit comments