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.
Story: A user wants to discover available translations, optionally filtered by language or completeness.
Trigger: Slash command —
/translations [language?] [complete?]Examples:
List all translations:
/translationsList Spanish translations only:
/translations language:spanishList only fully complete translations (full OT and NT):
/translations complete:trueList complete Spanish translations:
/translations language:spanish complete:trueExpected output:
Notes:
complete:truefilters to translations with full OT and NT coverage;complete:falseshows partial only; omitting the parameter shows allRelated server/user settings:
/setshowincompletentranslations [on|off](server admin) — controls whether incomplete translations appear in/translationsresults and are selectable as a server default. Defaults to on./setpersonalshowincompletentranslations [on|off]— same control at the personal level, affects the user's own/translationsresults and personal preference options.