mirror of
https://github.com/mastodon/mastodon.git
synced 2024-12-13 22:55:07 +01:00
8 lines
163 B
JavaScript
8 lines
163 B
JavaScript
import inherited from 'mastodon/locales/kab.json';
|
|
|
|
const messages = {
|
|
// No translations available.
|
|
};
|
|
|
|
export default Object.assign({}, inherited, messages);
|