Add basic example NL entity localizations.
Make secret stash use fluent in one spot as example.
This commit is contained in:
@@ -66,7 +66,7 @@ namespace Content.Server.GameObjects.Components.Items.Storage
|
|||||||
if (!hands.Drop(itemToHide, _itemContainer))
|
if (!hands.Drop(itemToHide, _itemContainer))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
Owner.PopupMessage(user, Loc.GetString("You hide {0:theName} in {1}.", itemToHide, SecretPartName));
|
Owner.PopupMessage(user, Loc.GetString("comp-secret-stash-action-hide", ("item", itemToHide), ("this", SecretPartName)));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -9,3 +9,9 @@ zzzz-fmt-pressure = { TOSTRING($divided, "G3") } { $places ->
|
|||||||
[4] PBa
|
[4] PBa
|
||||||
*[5] ???
|
*[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