Skip to content

List available translations #5

@KallynGowdy

Description

@KallynGowdy

Story: A user wants to discover available translations, optionally filtered by language or completeness.

Trigger: Slash command — /translations [language?] [complete?]

Examples:

List all translations:
/translations

List Spanish translations only:
/translations language:spanish

List only fully complete translations (full OT and NT):
/translations complete:true

List complete Spanish translations:
/translations language:spanish complete:true

Expected output:

Spanish translations (complete only):
RVR — Reina Valera Revisada ✅
RVC — Reina Valera Contemporánea ✅

Notes:

  • Without filters the list is very long — encourage users to filter by language
  • complete:true filters to translations with full OT and NT coverage; complete:false shows partial only; omitting the parameter shows all
  • Indicates which translation is currently set as the server or personal default
  • Completeness data pulled from the Free Use Bible API translation metadata

Related server/user settings:

/setshowincompletentranslations [on|off] (server admin) — controls whether incomplete translations appear in /translations results and are selectable as a server default. Defaults to on.

/setpersonalshowincompletentranslations [on|off] — same control at the personal level, affects the user's own /translations results and personal preference options.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request
No fields configured for Feature.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions