Skip to content

fix(i18n): update Dutch Outlook install labels to match current UI#190

Closed
dobby-coder[bot] wants to merge 1 commit into
mainfrom
fix/issue-171-nl-outlook-labels
Closed

fix(i18n): update Dutch Outlook install labels to match current UI#190
dobby-coder[bot] wants to merge 1 commit into
mainfrom
fix/issue-171-nl-outlook-labels

Conversation

@dobby-coder

@dobby-coder dobby-coder Bot commented May 9, 2026

Copy link
Copy Markdown
Contributor

Closes #171
Closes #165

Summary

  • The Dutch translation of the Outlook installation guide referenced labels that no longer match the current Outlook (web/new) UI.
  • Updated src/lib/locales/nl.json (Outlook install step) to:
    • Mijn add-insMijn invoegtoepassingen
    • Aangepaste add-ins heading → Mijn invoegtoepassingen
    • Een aangepaste add-in toevoegenAangepaste invoegtoepassing toevoegen
    • Toevoegen vanuit bestand...Toevoegen uit bestand

Verification

  • Built locally with npm run build (adapter-static) — green.
  • JSON validated.
  • English copy intentionally left as-is; the issue only reports the Dutch labels being out of date.

Reviewer quickstart

git fetch origin && git checkout fix/issue-171-nl-outlook-labels && npm install --legacy-peer-deps && npm run dev

Then open the Dutch installation page and inspect the Outlook section.

Closes #171

The Dutch translation of the Outlook installation guide referenced UI
labels that no longer match the current Outlook (web/new) interface.
Updated the relevant step in src/lib/locales/nl.json to use the current
'Mijn invoegtoepassingen' / 'Aangepaste invoegtoepassing toevoegen' /
'Toevoegen uit bestand' wording.
@dobby-coder

dobby-coder Bot commented May 9, 2026

Copy link
Copy Markdown
Contributor Author

Heads-up: issue #165 was filed independently asking for the same change ('add-in' → 'invoegtoepassingen'). Updated this PR's body so it now closes both #171 and #165 on merge. No code changes needed — your existing diff already covers it.

@dobby-coder

dobby-coder Bot commented May 9, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #204 (consolidation per encryption4all/dobby#53). Closing to keep the queue tidy.

@dobby-coder dobby-coder Bot closed this May 9, 2026
rubenhensen pushed a commit that referenced this pull request May 9, 2026
* docs: clarify Outlook add-in is under the Apps menu

Closes #173

Outlook now lists custom add-ins under the "Apps" menu in the ribbon
rather than as a dedicated ribbon button. Update the install
instructions on the addons page (en + nl) so users know to open the
add-in via Apps -> PostGuard Add-in for both sending and decrypting.

* fix: make Thunderbird/Outlook addon tabs look clickable

Closes #170

* fix(i18n): clarify Thunderbird add-on install step references cog icon

The English instruction said "click on the sign, after Manage Your Extensions" which is unclear. Replace with "click on the cog icon next to Manage Your Extensions" and align the Dutch translation.

Closes #168

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* fix(addons): consolidate install-doc, i18n, and UX fixes

Apply changes from PRs #190, #191, #193, #195, #196, #197, #199 on top
of #189 and #192. Specifically:
- Outlook: clarify add-in lives under Apps menu (#189)
- Outlook: NL terminology aligned with current Outlook UI (#190)
- Outlook: instruct user to restart after install (#191)
- Outlook: save manifest as manifest.xml via download attr (#193)
- Outlook: open aka.ms/olksideload in new tab (#196)
- Outlook: warn users when custom add-ins are blocked (#199)
- Thunderbird: clarify Manage Extensions cog icon (#195)
- Addons page: rerun {#key} on locale change so instructions reflect stored locale (#197)

---------

Co-authored-by: dobby-yivi-agent[bot] <275734547+dobby-yivi-agent[bot]@users.noreply.github.com>
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dutch Outlook installation instructions use incorrect labels The instructions for outlook in dutch are wrong.

0 participants