chore: Update translations

This commit is contained in:
2024-02-27 19:16:50 +00:00
parent d59e0c9f36
commit ae37f361ce
42 changed files with 684 additions and 543 deletions

View File

@ -25,12 +25,7 @@ const AsyncButton = forwardRef<HTMLButtonElement, AsyncButtonProps>((props: Asyn
}
return (
<button
ref={ref}
disabled={loading || props.disabled}
{...props}
onClick={handle}
className={props.className}>
<button ref={ref} disabled={loading || props.disabled} {...props} onClick={handle} className={props.className}>
<span
style={{ visibility: loading ? "hidden" : "visible" }}
className="whitespace-nowrap flex gap-2 items-center justify-center">