aboutsummaryrefslogtreecommitdiff
path: root/example/src/main/kotlin/OtherTest.kt
diff options
context:
space:
mode:
Diffstat (limited to 'example/src/main/kotlin/OtherTest.kt')
-rw-r--r--example/src/main/kotlin/OtherTest.kt6
1 files changed, 6 insertions, 0 deletions
diff --git a/example/src/main/kotlin/OtherTest.kt b/example/src/main/kotlin/OtherTest.kt
new file mode 100644
index 0000000..fe31a16
--- /dev/null
+++ b/example/src/main/kotlin/OtherTest.kt
@@ -0,0 +1,6 @@
+package moe.nea.mcautotranslations.example
+
+class OtherTest {
+
+ fun testFunc(x: Int, y: Text) = tr("other-test.test-func", "Hello $y: $x")
+}