aymanizz / ktor-i18n

Ktor Internationalization Feature
MIT License
41 stars 3 forks source link

Route dependent localizations #1

Closed aymanizz closed 4 years ago

aymanizz commented 4 years ago

Add ability to specify a localization depending on the current route, for example the localization for the routes under /en route would be English. This could be supported through route parameters /{localization} or a specialized route builder.