This repository has been archived on 2023-07-01. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/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);