Fix formatLoader
This commit is contained in:
@@ -423,5 +423,5 @@ export function formatCategory(formatter: VIntlFormatters['formatMessage'], cate
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function formatLoader(formatter: VIntlFormatters['formatMessage'], category: string) {
|
export function formatLoader(formatter: VIntlFormatters['formatMessage'], category: string) {
|
||||||
return formatTag(formatter, category, 'category')
|
return formatTag(formatter, category, 'loader')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user