com.github.felipewom.i18n.Internationalization.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javalin-commons Show documentation
Show all versions of javalin-commons Show documentation
Commons extensions to help Javalin Development
@file:JvmName("Internationalization")
package com.github.felipewom.i18n
interface Internationalization {
val translate: Map
}