7 lines
165 B
JavaScript
7 lines
165 B
JavaScript
import inherited from 'mastodon/locales/zh-TW.json';
|
|
|
|
const messages = {
|
|
// No translations available.
|
|
};
|
|
|
|
export default Object.assign({}, inherited, messages);
|