projects
/
Sone.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
♻️ Move constants out of the class
[Sone.git]
/
src
/
main
/
kotlin
/
net
/
pterodactylus
/
sone
/
freenet
/
L10nText.kt
1
package net.pterodactylus.sone.freenet
2
3
/**
4
* Container for an l10n key and optional values.
5
*/
6
data class L10nText(val text: String, val parameters: List<Any?> = emptyList())