Join Slack
Powered by
how to pass arguments when translating strings wit...
# ktor
t
Taha
10/05/2025, 9:39 PM
how to pass arguments when translating strings with i18n in ktor server? the only way i found to reterive strings is via the
call.i18n(key)
and it does not accept arguments.
a
Aleksei Tirman [JB]
10/06/2025, 6:42 AM
Unfortunately, the i18n plugin doesn't support parameters.
🥲 1
Open in Slack
Previous
Next