Content localization improvements.

TOSTRING() and PRESSURE() functions.
This commit is contained in:
Pieter-Jan Briers
2021-02-23 22:09:28 +01:00
parent 188c5dbcb5
commit 4294499b48
3 changed files with 65 additions and 5 deletions

View File

@@ -0,0 +1,11 @@
### Special messages used by internal localizer stuff.
# Used internally by the PRESSURE() function.
zzzz-fmt-pressure = { TOSTRING($divided, "G3") } { $places ->
[0] kPa
[1] MPa
[2] GPa
[3] TPa
[4] PBa
*[5] ???
}