diff options
| author | winter | 2025-03-22 21:29:12 +0000 |
|---|---|---|
| committer | winter | 2025-03-22 21:29:12 +0000 |
| commit | d148c21a162ba3280667f3db30a757669f046007 (patch) | |
| tree | 39a027cc7bdb96706143d355fc67f046e2d5297c | |
| parent | 39fcc5d52ac4c6e76ff87d95ef5b4b63300fe071 (diff) | |
indexed format specifiers for translation
| -rw-r--r-- | locale/en_GB.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/en_GB.json b/locale/en_GB.json index 6095605..aa906f0 100644 --- a/locale/en_GB.json +++ b/locale/en_GB.json @@ -99,8 +99,8 @@ "notifications.block": "%s blocked you", "notifications.unblock": "%s unblocked you", "notifications.adminEditedNote": "An admin (%s) edited your note", - "notifications.poke.normal": "%s %s you", - "notifications.poke.urgent": "%s %s you urgently", + "notifications.poke.normal": "%1$s %2$s you", + "notifications.poke.urgent": "%1$s %2$s you urgently", "notifications.poke.verb.poke": "poked", "notifications.poke.verb.bite": "bit", "notifications.poke.verb.punch": "punched", |
