how to pass arguments when translating strings wit...
# ktor
t
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
Unfortunately, the i18n plugin doesn't support parameters.
🥲 1