about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/locales/pt-PT.js
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-09-17 22:13:07 +0200
committerThibaut Girka <thib@sitedethib.com>2019-09-18 17:27:12 +0200
commit0a1d9032f72662872e61e3c80b03ed15da597d9c (patch)
tree2e402e49379da385c25d31944ebc71685a630b76 /app/javascript/flavours/glitch/locales/pt-PT.js
parent5cadb4723832b91068ee51955b9d4b1336502369 (diff)
Fix build issues due to the “pt” locale being renamed to “pt-PT”
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/locales/pt-PT.js')
-rw-r--r--app/javascript/flavours/glitch/locales/pt-PT.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/locales/pt-PT.js b/app/javascript/flavours/glitch/locales/pt-PT.js
new file mode 100644
index 000000000..cf7afd17a
--- /dev/null
+++ b/app/javascript/flavours/glitch/locales/pt-PT.js
@@ -0,0 +1,7 @@
+import inherited from 'mastodon/locales/pt-PT.json';
+
+const messages = {
+  //  No translations available.
+};
+
+export default Object.assign({}, inherited, messages);