mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 05:07:41 +02:00
web/i18n: update string name formatting
This commit is contained in:
@ -152,7 +152,7 @@
|
||||
autocapitalize="off"
|
||||
maxlength="256"
|
||||
placeholder={$t("save.input.placeholder")}
|
||||
aria-label={$t("a11y.save.linkArea")}
|
||||
aria-label={$t("a11y.save.link_area")}
|
||||
data-form-type="other"
|
||||
disabled={isDisabled}
|
||||
/>
|
||||
|
@ -8,7 +8,7 @@
|
||||
<button
|
||||
id="clear-button"
|
||||
on:click={click}
|
||||
aria-label={$t("a11y.save.clearInput")}
|
||||
aria-label={$t("a11y.save.clear_input")}
|
||||
>
|
||||
<IconX />
|
||||
</button>
|
||||
|
@ -43,10 +43,10 @@
|
||||
buttonAltText = $t(
|
||||
({
|
||||
idle: "a11y.save.download",
|
||||
think: "a11y.save.downloadThink",
|
||||
check: "a11y.save.downloadCheck",
|
||||
done: "a11y.save.downloadDone",
|
||||
error: "a11y.save.downloadError",
|
||||
think: "a11y.save.download.think",
|
||||
check: "a11y.save.download.check",
|
||||
done: "a11y.save.download.done",
|
||||
error: "a11y.save.download.error",
|
||||
})[state]
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user