mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-12-09 06:32:43 +08:00
8 lines
135 B
TypeScript
8 lines
135 B
TypeScript
import { LocaleMessageObject } from 'vue-i18n';
|
|
|
|
const msgs: LocaleMessageObject = {
|
|
message: 'Bonjour!',
|
|
};
|
|
|
|
export default msgs;
|