From 0a1d9032f72662872e61e3c80b03ed15da597d9c Mon Sep 17 00:00:00 2001 From: Thibaut Girka Date: Tue, 17 Sep 2019 22:13:07 +0200 Subject: Fix build issues due to the “pt” locale being renamed to “pt-PT” MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thibaut Girka --- app/javascript/flavours/glitch/locales/pt-PT.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 app/javascript/flavours/glitch/locales/pt-PT.js (limited to 'app/javascript/flavours/glitch/locales/pt-PT.js') 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); -- cgit