about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/locales/ug.js
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-03-18 19:45:05 +0100
committerGitHub <noreply@github.com>2022-03-18 19:45:05 +0100
commit9ff119eecd1079e52a8a41d7b8d61520c4303c2f (patch)
tree3696430090bbe0f6fe5c21c617e3bff065ca7460 /app/javascript/flavours/glitch/locales/ug.js
parentac300173f68d2497cccf4e5bf558d95fc6105c96 (diff)
parenta22043ebffa6461c175a201d280af6193073441d (diff)
Merge pull request #1720 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/javascript/flavours/glitch/locales/ug.js')
-rw-r--r--app/javascript/flavours/glitch/locales/ug.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/locales/ug.js b/app/javascript/flavours/glitch/locales/ug.js
new file mode 100644
index 000000000..ab7ee0761
--- /dev/null
+++ b/app/javascript/flavours/glitch/locales/ug.js
@@ -0,0 +1,7 @@
+import inherited from 'mastodon/locales/ug.json';
+
+const messages = {
+  //  No translations available.
+};
+
+export default Object.assign({}, inherited, messages);