All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tairitsu.ignotus.translation.provider.resource.dsl.FunctionMessageLineArgs.kt Maven / Gradle / Ivy

There is a newer version: 1.0.32
Show newest version
package com.tairitsu.ignotus.translation.provider.resource.dsl

import java.util.*

data class FunctionMessageLineArgs(
    val key: String,
    val args: Map,
    val locale: Locale,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy