Skip to content

fix: standardize role terminology across localizations#1285

Merged
lebaudantoine merged 1 commit intosuitenumerique:mainfrom
Sanjays2402:fix/role-terminology-consistency
May 4, 2026
Merged

fix: standardize role terminology across localizations#1285
lebaudantoine merged 1 commit intosuitenumerique:mainfrom
Sanjays2402:fix/role-terminology-consistency

Conversation

@Sanjays2402
Copy link
Copy Markdown
Contributor

@Sanjays2402 Sanjays2402 commented Apr 19, 2026

Purpose

Fixes #1126 — inconsistent role terminology in localization files.

The localization files mixed several terms for the same host role:

  • en: administrator, organizer, organizers, Admin settings
  • de: Organisator:in, Organisierende, Mitorganisierenden
  • nl: organisator, organisatoren, co-organisatoren

This PR standardizes all three locales on host / co-host across rooms.json and recording.json.

Proposal

  • English (en)
    • rooms.json: by an administratorby a host
    • rooms.json: Admin settingsHost settings (heading + content)
    • rooms.json: organizer settingshost settings, organizershosts
    • recording.json: meeting organizermeeting host
    • recording.json: Only organizersOnly hosts
  • German (de)
    • rooms.json: Organisator:inHost (participantRemoved, transcript/recording receiver)
    • rooms.json: Organisierende / MitorganisierendenHosts / Co-Hosts
    • rooms.json: admin description standardized to Host-Einstellungen / Hosts
    • recording.json: Organisator:inHost, Organisator:innenHosts
  • Dutch (nl)
    • rooms.json: organisatorinstellingen / organisatorenhostinstellingen / hosts
    • rooms.json: organisator en co-organisatorenhost en co-hosts
    • recording.json: organisatorhost, organisatorenhosts

Not changed

  • termsOfService.json — legal document, left as-is.
  • fr locale — already consistent with organisateur.

Copy link
Copy Markdown
Collaborator

@lebaudantoine lebaudantoine left a comment

Choose a reason for hiding this comment

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

LGTM thx for your contribution.

@lebaudantoine lebaudantoine force-pushed the fix/role-terminology-consistency branch from 649ace6 to 3770419 Compare May 4, 2026 16:41
Fixes suitenumerique#1126 - Inconsistent role terminology in localization files.

Standardize on 'host' as the primary role term across en, de, and nl
locales, replacing mixed usage of 'administrator', 'organizer', 'admin',
'Organisator:in', 'Organisierende', and 'organisator'.
@lebaudantoine lebaudantoine force-pushed the fix/role-terminology-consistency branch from 3770419 to bab62eb Compare May 4, 2026 16:43
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 4, 2026

@lebaudantoine lebaudantoine merged commit 6830250 into suitenumerique:main May 4, 2026
17 of 18 checks passed
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.

Clarify role terminology: Consistency for "meeting host" in localizations

2 participants