com.tairitsu.ignotus.translation.provider.resource.model.ResourceMessageLine.kt Maven / Gradle / Ivy
package com.tairitsu.ignotus.translation.provider.resource.model
import java.util.*
/**
* 文本字段
*/
interface ResourceMessageLine {
fun get(key: String, args: Map, locale: Locale): String
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy