mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-24 19:36:17 -08:00
7 lines
162 B
JavaScript
7 lines
162 B
JavaScript
import inherited from 'mastodon/locales/ca.json';
|
|
|
|
const messages = {
|
|
// No translations available.
|
|
};
|
|
|
|
export default Object.assign({}, inherited, messages);
|