Skip to content

i18n: rebrand doc download labels (DGB / DigiDollar / DigiByte Technical Architecture (White Paper)) - #180

Merged
ycagel merged 3 commits into
DigiByte-Core:masterfrom
DennisPitallano:i18n/rebrand-doc-labels
Aug 7, 2026
Merged

i18n: rebrand doc download labels (DGB / DigiDollar / DigiByte Technical Architecture (White Paper))#180
ycagel merged 3 commits into
DigiByte-Core:masterfrom
DennisPitallano:i18n/rebrand-doc-labels

Conversation

@DennisPitallano

@DennisPitallano DennisPitallano commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Preview

Live preview of this branch: https://dg-bio.vercel.app/en-us/

Summary

Rebrand the documentation download labels site-wide to consistent, product-prefixed titles.

New labels:

Old New
Integration guide DGB Integration Guide
DigiDollar integration DigiDollar Integration Guide
DigiDollar white paper DigiDollar White Paper
Technical architecture DigiByte Technical Architecture (White Paper)

The same brand prefixes are applied to the footer resource links (IntegrationDGB Integration Guide, DigiDollar guideDigiDollar Integration Guide) and to the tokenomics CTA button + dev-hub link so the terminology is consistent everywhere the same document is referenced.

Scope

  • English source (locales/en.json) and the three English HTML pages (index.html, en/index.html, en-us/index.html)
  • All 34 non-English locales/*.json files
  • All 34 non-English <lang>/index.html fallback texts

Non-English locales use localized equivalents of the branded titles, e.g.:

  • de: DGB Integrationsleitfaden, DigiByte Technische Architektur (Whitepaper)
  • fr: DGB Guide d'intégration, DigiByte Architecture technique (Livre blanc)
  • ja: DGB 統合ガイド, DigiByte テクニカルアーキテクチャ (ホワイトペーパー)
  • zh: DGB 集成指南, DigiByte 技术架构 (白皮书)
  • ar: DGB دليل التكامل, DigiByte البنية التقنية (الورقة البيضاء)

i18n keys touched

  • downloads.docs.integration.title
  • downloads.docs.digidollar.title
  • downloads.docs.digidollarWhitepaper.title
  • downloads.docs.techArch.title
  • devhub.link.integration.title
  • tokenomics.cta.techArch
  • footer.resources.integration
  • footer.resources.digidollar
  • footer.resources.digidollarWhitepaper
  • footer.resources.techArch

Commits

  1. i18n: relabel doc downloads with brand-prefixed titles
  2. i18n: relabel footer Integration / DigiDollar guide to match branded titles

Notes

  • No structural, styling, or link changes — labels only.
  • No new dependencies, build steps, or asset changes.
  • HTML fallback text (visible before JS loads the i18n JSON) was updated to match each locale's translated label.

- DGB Integration Guide
- DigiDollar Integration Guide
- DigiDollar White Paper
- DigiByte Technical Architecture (White Paper)

Applied across:
- locales/*.json (34 locales) for downloads.docs.*, devhub.link.integration.title,
  tokenomics.cta.techArch and footer.resources.* keys
- <lang>/index.html fallback text for the same keys
- Root/en/en-us HTML fallback text

Non-English locales use localized equivalents:
  DGB {IntegrationGuide}
  DigiDollar {IntegrationGuide}
  DigiDollar {WhitePaper}
  DigiByte {TechnicalArchitecture} ({WhitePaper})
…titles

footer.resources.integration -> 'DGB <Integration Guide>' and footer.resources.digidollar -> 'DigiDollar <Integration Guide>', localized per locale. Applied to all 35 locale JSON files and 37 index.html fallback texts.
The i18n locales/*.json files are served cache-first by the service worker. Existing mobile clients still saw the old doc-download labels because their cached JSON wasn't refreshed. Bumping the cache name triggers the activate handler to delete old caches, so the next load fetches the rebranded translations.

@bastiandriessen bastiandriessen left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Review (Technical) – Approval

My recommendation: Approve

Overall Assessment

This is a focused, low-risk i18n/labeling change. It standardizes documentation titles across the site with consistent brand prefixes. This change improves clarity. Users can more quickly distinguish between the different guides and white papers.

The re-branding of the documentation labels is clean and consistent:

  • Clear product prefixes (DGB / DigiDollar / DigiByte).
  • Applied uniformly across Docs section, DevHub, tokenomics CTA, and footer.
  • Full i18n coverage including HTML fallbacks.

All 35 locales are updated (both JSON catalogs and HTML fallback text). Keeping the brand names (DGB, DigiDollar, DigiByte) untranslated, while translating the descriptive part is the correct approach. This is the same pattern used by Bitcoin, Ethereum, etc. However, native speakers of the major (non-Latin script) languages (Chinese, Arabic, Japanese etc.) could be asked to spot-check the translated portions of the labels, but definitely not a blocker.

No structural or link changes. Low risk.

Minor subjective note:

“DigiByte Technical Architecture (White Paper)” is a bit long, but it is accurate and consistent with the document’s full name. I think it is acceptable.

Verdict

Approve

Clean, consistent labeling improvement with no technical risk.

Ready to merge from my side.

@ycagel ycagel left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cACK

@ycagel
ycagel merged commit 55afa09 into DigiByte-Core:master Aug 7, 2026
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.

3 participants