public async getContent() {
const a = new Map([
[
'AA',
new Map([
['desc', [await this.i18n.t('Hello'), await this.i18n.t('Hello')]],
])
]
]);
public async getContent() {
const a = new Map([
[
'AA',
new Map([
['desc', [await this.i18n.t('Hello'), await this.i18n.t('Hello')]],
['a', 'b']
])
]
]);