mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-01-18 14:14:50 +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;
|