mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-25 09:34:16 -05:00
8 lines
162 B
JavaScript
8 lines
162 B
JavaScript
import inherited from 'mastodon/locales/ga.json';
|
|
|
|
const messages = {
|
|
// No translations available.
|
|
};
|
|
|
|
export default Object.assign({}, inherited, messages);
|