Merge pull request #1129 from zeedif/fix/es-locale-and-onboarding-ux

fix(i18n): Spanish catalogue placeholders and missing strings
This commit is contained in:
vorotamoroz
2026-09-02 23:27:39 +09:00
committed by GitHub
8 changed files with 136 additions and 39 deletions
@@ -74,7 +74,7 @@ export function paneHatch(this: ObsidianLiveSyncSettingTab, paneEl: HTMLElement,
.setDisabled(false)
.onClick(() => {
this.closeSetting();
eventHub.emitEvent(EVENT_REQUEST_RUN_DOCTOR, "you wanted(Thank you)!");
eventHub.emitEvent(EVENT_REQUEST_RUN_DOCTOR, $msg("you wanted(Thank you)!"));
})
);
new Setting(paneEl)
@@ -50,7 +50,7 @@
Your {title || "data"} has been copied to the clipboard.
</InfoNote>
<UserDecisions>
<Decision title="OK" important={true} {commit} />
<Decision title={translateMessage("Ok")} important={true} {commit} />
</UserDecisions>
<style>