aboutsummaryrefslogtreecommitdiff
path: root/example/src/main/kotlin/Test2.kt
diff options
context:
space:
mode:
Diffstat (limited to 'example/src/main/kotlin/Test2.kt')
-rw-r--r--example/src/main/kotlin/Test2.kt5
1 files changed, 5 insertions, 0 deletions
diff --git a/example/src/main/kotlin/Test2.kt b/example/src/main/kotlin/Test2.kt
new file mode 100644
index 0000000..40d23db
--- /dev/null
+++ b/example/src/main/kotlin/Test2.kt
@@ -0,0 +1,5 @@
+package moe.nea.mcautotranslations.example
+
+object Test2 {
+ fun x() = tr("test2.object", "Hehheehe")
+}