Skip to content

Adding IsTranslationExist() to ICatalog interface #44

@pgpaccuratech

Description

@pgpaccuratech

I'm writing a program where I have to read multiple .mo files (catalogs), and based on the order they are imported, I have to find the correct translation.

As the current ICatalog does not expose the IsTranslationExist() I have to use Catalog over the interface. This makes unit testing harder than it has to be 😊

Is it possible to add the IsTranslationExist() to the ICatalog interface?`

/peter

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions