Design daw_i18n/v1 text override for host programs #13
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/documentation
type
enhancement
type
feature
type
handover
type
infrastructure
type
installation
type
maintenance
type
migration
type/refactor
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-core#13
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
Design how a host program can override a daw_i18n/v1 text
(from a library or module) with its own text for a given resource_id.
Background
Raised while deciding DAW/daw-lua-common#47 (i18n resource file
location). Text override is a special case of the still-open
daw_i18n/v1 discovery/collection question (deliberately kept out of
the daw_i18n/v1 contract itself) and belongs into the same
architecture work as language selection/loading in berhtjan-core.
Scope
library/module's own i18n/ resources
Related
DAW/daw-lua-common#47
Open question: whether the override mechanism belongs into berhtjan-core itself or into the adapter layer (core vs. adapter placement, analogous to the fs.handle -> fs facade pattern in daw-error-standard.md). Not decided yet -- part of the design scope of this issue.