Fix build issues due to the “pt” locale being renamed to “pt-PT”
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
7
app/javascript/flavours/glitch/locales/pt-PT.js
Normal file
7
app/javascript/flavours/glitch/locales/pt-PT.js
Normal file
@ -0,0 +1,7 @@
|
||||
import inherited from 'mastodon/locales/pt-PT.json';
|
||||
|
||||
const messages = {
|
||||
// No translations available.
|
||||
};
|
||||
|
||||
export default Object.assign({}, inherited, messages);
|
Reference in New Issue
Block a user