Add basic example NL entity localizations.
Make secret stash use fluent in one spot as example.
This commit is contained in:
@@ -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 }
|
||||
|
||||
10
Resources/Locale/nl-NL/gereedschap.ftl
Normal file
10
Resources/Locale/nl-NL/gereedschap.ftl
Normal file
@@ -0,0 +1,10 @@
|
||||
ent-Wrench = moersleutel
|
||||
.desc = Een veelgebruikt stuk gereedschap voor montage en demontage.
|
||||
.suffix = Test
|
||||
|
||||
ent-Crowbar = koevoet
|
||||
.desc = Een multifunctioneel stuk gereedschap om deuren open te wrikken en interdimensionale indringers te bestrijden.
|
||||
|
||||
ent-CrowbarRed =
|
||||
.desc = Een multifunctioneel stuk gereedschap om deuren open te wrikken en interdimensionale indringers te bestrijden. Deze is bedoeld voor Noodgevallen.
|
||||
.suffix = Noodgeval
|
||||
Reference in New Issue
Block a user