TranslationFileReader

object TranslationFileReader

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
read
Link copied to clipboard
fun read(file: FileHandle): LinkedHashMap<String, String>
readLanguagePercentages
Link copied to clipboard
fun readLanguagePercentages(): HashMap<String, Int>
toString
Link copied to clipboard
open fun toString(): String

Properties

charset
Link copied to clipboard
val charset: String
percentagesFileLocation
Link copied to clipboard
const val percentagesFileLocation: String

Sources

jvm source
Link copied to clipboard