Skip to content

FEAT: Add unit tests for i18n/bundle.go #973

@andrinoff

Description

@andrinoff

Is your feature request related to a problem?

i18n/bundle.go manages translation bundle loading and lookup but has no tests.

Describe the solution you'd like

Add i18n/bundle_test.go with tests for:

  • Bundle creation and registration
  • Key lookup with fallback
  • Concurrent access safety (RWMutex usage)
  • Missing key handling

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions