mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-25 11:56:36 +00:00
8 lines
162 B
JavaScript
8 lines
162 B
JavaScript
import inherited from 'mastodon/locales/is.json';
|
|
|
|
const messages = {
|
|
// No translations available.
|
|
};
|
|
|
|
export default Object.assign({}, inherited, messages);
|