toggle menu
TranslationsModule
0.4.0-SNAPSHOT
jvm
switch theme
search in API
TranslationsModule
/
xyz.theprogramsrc.translationsmodule
Package-level
declarations
Types
Types
Main
Link copied to clipboard
class
Main
:
Module
Translation
Link copied to clipboard
data
class
Translation
(
val
id
:
String
,
val
defaultValue
:
String
,
val
group
:
String
=
"common"
,
val
language
:
String
=
"en"
,
val
mainColor
:
String
?
=
null
,
val
colors
:
Array
<
String
>
=
emptyArray()
,
val
autoRegister
:
Boolean
=
true
)
Representation of a translation.
Translation
Manager
Link copied to clipboard
class
TranslationManager
Representation of the translation manager.