Add basic example NL entity localizations.

Make secret stash use fluent in one spot as example.
This commit is contained in:
Pieter-Jan Briers
2021-05-11 23:13:43 +02:00
parent 8d9d574c52
commit 4e89ba560e
3 changed files with 17 additions and 1 deletions

View File

@@ -9,3 +9,9 @@ zzzz-fmt-pressure = { TOSTRING($divided, "G3") } { $places ->
[4] PBa
*[5] ???
}
# Used internally by the THE() function.
zzzz-the = { PROPER($ent) ->
*[false] the
[true] {""}
} { $ent }