mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 22:48:07 +01:00
7 lines
162 B
JavaScript
7 lines
162 B
JavaScript
import inherited from 'mastodon/locales/si.json';
|
|
|
|
const messages = {
|
|
// No translations available.
|
|
};
|
|
|
|
export default Object.assign({}, inherited, messages);
|