i18n-plugin
Toggle table of contents
1.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
i18n-plugin
i18n-plugin
/
io.github.octaviusframework.i18n
/
TranslationEntry
/
Parameterized
Parameterized
data
class
Parameterized
(
val
value
:
String
,
val
paramCount
:
Int
)
:
TranslationEntry
Text with parameters {0}, {1}, ...
Members
Constructors
Parameterized
Link copied to clipboard
constructor
(
value
:
String
,
paramCount
:
Int
)
Properties
param
Count
Link copied to clipboard
val
paramCount
:
Int
value
Link copied to clipboard
val
value
:
String