Files
OldThink/Resources/Locale/en-US/_lib.ftl
Pieter-Jan Briers 4e89ba560e Add basic example NL entity localizations.
Make secret stash use fluent in one spot as example.
2021-05-11 23:13:43 +02:00

18 lines
359 B
Plaintext

### 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] ???
}
# Used internally by the THE() function.
zzzz-the = { PROPER($ent) ->
*[false] the
[true] {""}
} { $ent }