Skip to content

Commit c29872f

Browse files
mivanoangularsen
authored andcommitted
Incorrect Culture used (#609)
* Incorrect Culture used While browsing the code I noticed a Russian construct having a En-Us culture. * Regenerate code
1 parent 2afcfed commit c29872f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Common/UnitDefinitions/Energy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"Abbreviations": [ "Wh" ]
9696
},
9797
{
98-
"Culture": "en-US",
98+
"Culture": "ru-RU",
9999
"Abbreviations": [ "Вт/ч" ]
100100
}
101101
]

UnitsNet/GeneratedCode/UnitAbbreviationsCache.g.cs

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

0 commit comments

Comments
 (0)