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