1
0
mirror of https://github.com/funamitech/mastodon synced 2024-12-03 01:09:08 +09:00
YuruToot/app/javascript/flavours/glitch/locales/pt-PT.js
Thibaut Girka 0a1d9032f7 Fix build issues due to the “pt” locale being renamed to “pt-PT”
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-09-18 17:27:12 +02:00

8 lines
165 B
JavaScript

import inherited from 'mastodon/locales/pt-PT.json';
const messages = {
// No translations available.
};
export default Object.assign({}, inherited, messages);