about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/locales/th.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/flavours/glitch/locales/th.js')
-rw-r--r--app/javascript/flavours/glitch/locales/th.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/locales/th.js b/app/javascript/flavours/glitch/locales/th.js
new file mode 100644
index 000000000..e939f8631
--- /dev/null
+++ b/app/javascript/flavours/glitch/locales/th.js
@@ -0,0 +1,7 @@
+import inherited from 'mastodon/locales/th.json';
+
+const messages = {
+  //  No translations available.
+};
+
+export default Object.assign({}, inherited, messages);