Follow-up: adopt daw_i18n/v1 for berhtjan-cli's own UI strings #11
Labels
No labels
coordination/cross-repo
coordination/needed
effort
large
effort
medium
effort
small
meta/duplicate
meta/planning
meta/wontfix
priority
high
priority
low
priority
medium
session
blocker
session
handover
session
next
status
blocked
status
done
status
in-progress
status
review
status
to-go
type
admin
type
bug
type
config
type
deployment
type
docs
type
enhancement
type
feature
type
handover
type
infrastructure
type
installation
type
maintenance
type
migration
type
research
type
security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
DAW/daw-modul-berhtjan-cli#11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Track follow-up work in berhtjan-cli resulting from the daw_i18n/v1
contract (new) and the daw_error/v1 and daw_event/v1 updates in
DAW/daw-contracts.
Background
This is a direct continuation of #6 (language resolution) and #5
(hardcoded UI strings in render.lua/dispatch/display.lua). daw_i18n/v1
is now a real, checked-in contract that can address the remaining part
of #6: how translatable UI text (not error/event text, not
contribution labels) is represented, stored, and resolved.
Questions to resolve here
strings ("(keine Eintraege)", "Available commands:", the confirm()
"[j/n]" suffix) be expressed as daw_i18n/v1 resources owned by
berhtjan-cli itself?
scope of the contract itself -- berhtjan-cli would need its own
loading mechanism (or wait for a future module-manager-level
discovery mechanism, not yet designed).
produce or consume any events that should carry these?
Acceptance criteria
resources, or this is deferred pending discovery mechanism
display.lua/prompt.lua updated
References