Move all Kotlin files to the correct directory
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / freenet / L10nText.kt
diff --git a/src/main/kotlin/net/pterodactylus/sone/freenet/L10nText.kt b/src/main/kotlin/net/pterodactylus/sone/freenet/L10nText.kt
new file mode 100644 (file)
index 0000000..0c975be
--- /dev/null
@@ -0,0 +1,6 @@
+package net.pterodactylus.sone.freenet
+
+/**
+ * Container for an l10n key and optional values.
+ */
+data class L10nText(val text: String, val parameters: List<Any?> = emptyList())