export function info(title: string) {
  (Vue as any).notify({
    title: Kielet.i18n.t(title),
    type: 'info',
  });