Skip to content

Commit d4f05cb

Browse files
Dblm0DmitrievDV
andauthored
Add Russian frequency units (#829)
Co-authored-by: DmitrievDV <[email protected]>
1 parent c3b1297 commit d4f05cb

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

Common/UnitDefinitions/Frequency.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
{
1717
"Culture": "en-US",
1818
"Abbreviations": [ "Hz" ]
19+
},
20+
{
21+
"Culture": "ru-RU",
22+
"Abbreviations": [ "Гц" ]
1923
}
2024
]
2125
},
@@ -29,6 +33,10 @@
2933
{
3034
"Culture": "en-US",
3135
"Abbreviations": [ "rad/s" ]
36+
},
37+
{
38+
"Culture": "ru-RU",
39+
"Abbreviations": [ "рад/с" ]
3240
}
3341
]
3442
},
@@ -77,6 +85,10 @@
7785
{
7886
"Culture": "en-US",
7987
"Abbreviations": [ "s⁻¹" ]
88+
},
89+
{
90+
"Culture": "ru-RU",
91+
"Abbreviations": [ "с⁻¹" ]
8092
}
8193
]
8294
}

UnitsNet.WindowsRuntimeComponent/GeneratedCode/UnitAbbreviationsCache.g.cs

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

UnitsNet/GeneratedCode/UnitAbbreviationsCache.g.cs

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)