chore(app): missing i18n strings

This commit is contained in:
adamelmore
2026-01-26 12:18:10 -06:00
parent 319ad2a391
commit 97aec21cb3
9 changed files with 161 additions and 102 deletions

View File

@@ -50,7 +50,7 @@ export const DialogSettings: Component = () => {
</div>
</div>
<div class="flex flex-col gap-1 pl-1 py-1 text-12-medium text-text-weak">
<span>OpenCode Desktop</span>
<span>{language.t("app.name.desktop")}</span>
<span class="text-11-regular">v{platform.version}</span>
</div>
</div>