Internationalization followup (#500)
* add translations in data.ts * add language list add spanish version * fixes pr review * add more translations * remove unused label Co-authored-by: David Luzar <luzar.david@gmail.com>
This commit is contained in:
committed by
Lipis
parent
362cd74a9b
commit
a436e70764
@ -127,8 +127,8 @@ export function ExportDialog({
|
||||
<ToolIcon
|
||||
type="button"
|
||||
icon={link}
|
||||
title="Get shareable link"
|
||||
aria-label="Get shareable link"
|
||||
title={t("buttons.getShareableLink")}
|
||||
aria-label={t("buttons.getShareableLink")}
|
||||
onClick={() => onExportToBackend(exportedElements, 1)}
|
||||
/>
|
||||
</Stack.Row>
|
||||
|
Reference in New Issue
Block a user