chore: Added translate functions (#21816)

This commit is contained in:
Andrew
2022-10-19 04:54:16 +03:00
committed by GitHub
parent f38115489b
commit df7840c041
21 changed files with 95 additions and 90 deletions

View File

@@ -35,7 +35,7 @@ export default class HandlebarsChartPlugin extends ChartPlugin {
*/
constructor() {
const metadata = new ChartMetadata({
description: 'Write a handlebars template to render the data',
description: t('Write a handlebars template to render the data'),
name: t('Handlebars'),
thumbnail,
});