We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a wish from J.C. Tchang (#978).
Instead of the three factors, I need more fators to avoid the divison:
I18n.UNITS_FACTOR_PRIMARY I18n.UNITS_FACTOR_SECONDARY I18n.UNITS_FACTOR_TERTIARY
This is required:
I18n.UNITS_FACTOR_INCH_TO_LDU = 64 ldu I18n.UNITS_FACTOR_INCH_TO_MM = 25.4 mm I18n.UNITS_FACTOR_LDU_TO_INCH = 0.015625 in I18n.UNITS_FACTOR_LDU_TO_MM = 0.4 mm I18n.UNITS_FACTOR_MM_TO_INCH ~ 0.03937007874015748031496062992126 in (more than enough precision) I18n.UNITS_FACTOR_MM_TO_LDU = 2.5 ldu
The text was updated successfully, but these errors were encountered:
Fixed issue #1006.
fbcf3c5
Closed with commit fbcf3c5.
Sorry, something went wrong.
nilsschmidt1337
No branches or pull requests
This is a wish from J.C. Tchang (#978).
Instead of the three factors, I need more fators to avoid the divison:
This is required:
The text was updated successfully, but these errors were encountered: