Fix "other player points at you" message formatting (#36253)

Fix "other player points at you" message's Fluent functions
This commit is contained in:
Tayrtahn
2025-04-02 01:40:49 -04:00
committed by GitHub
parent 593a8fe869
commit 93df56ac16

View File

@@ -5,6 +5,6 @@ pointing-system-point-at-self = You point at yourself.
pointing-system-point-at-other = You point at {THE($other)}.
pointing-system-point-at-self-others = {CAPITALIZE(THE($otherName))} points at {REFLEXIVE($other)}.
pointing-system-point-at-other-others = {CAPITALIZE(THE($otherName))} points at {THE($other)}.
pointing-system-point-at-you-other = {$otherName} points at you.
pointing-system-point-at-you-other = {CAPITALIZE(THE($otherName))} points at you.
pointing-system-point-at-tile = You point at the {$tileName}.
pointing-system-other-point-at-tile = {CAPITALIZE(THE($otherName))} points at the {$tileName}.