-
Notifications
You must be signed in to change notification settings - Fork 395
Add units to ForceChangeRate, PressureChangeRate, fix abbreviations #914
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -125,14 +125,17 @@ | |
"PluralName": "PoundsForce", | ||
"FromUnitToBaseFunc": "x*4.4482216152605095551842641431421", | ||
"FromBaseToUnitFunc": "x/4.4482216152605095551842641431421", | ||
"Prefixes": [ "Kilo" ], | ||
"Localization": [ | ||
{ | ||
"Culture": "en-US", | ||
"Abbreviations": [ "lbf" ] | ||
"Abbreviations": [ "lbf" ], | ||
"AbbreviationsForPrefixes": { "Kilo": [ "kipf", "kip", "k" ] } | ||
}, | ||
{ | ||
"Culture": "ru-RU", | ||
"Abbreviations": [ "фунт-сила" ] | ||
"Abbreviations": [ "фунт-сила" ], | ||
"AbbreviationsForPrefixes": { "Kilo": [ "кипф", "койка", "К" ] } | ||
} | ||
] | ||
}, | ||
|
@@ -148,22 +151,6 @@ | |
} | ||
] | ||
}, | ||
{ | ||
"SingularName": "KilopoundForce", | ||
"PluralName": "KilopoundsForce", | ||
"FromUnitToBaseFunc": "x*4448.2216152605095551842641431421", | ||
"FromBaseToUnitFunc": "x/4448.2216152605095551842641431421", | ||
"Localization": [ | ||
{ | ||
"Culture": "en-US", | ||
"Abbreviations": [ "kipf", "kip", "k" ] | ||
}, | ||
{ | ||
"Culture": "ru-RU", | ||
"Abbreviations": [ "кипф", "койка", "К" ] | ||
} | ||
] | ||
}, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nice that you merged these two definitions. Support for Prefixes was added long after this unit was added. |
||
{ | ||
"SingularName": "ShortTonForce", | ||
"PluralName": "ShortTonsForce", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.