Skip to content

Implement localization for Widget Extension #1

Description

@bbdyno

Description

Currently, the Main App and Widget Extension need to share localized strings to ensure a consistent user experience. Duplicating Localizable.strings files across targets leads to maintenance issues and potential inconsistencies.

We need to extract localization resources into a separate Shared Framework (or Swift Package) so that both the Main App and the Widget Extension can reference a single source of truth.

Goal

  • Create a dedicated module (e.g., DMateResource) for localized resources.
  • Ensure both the Main App and Widget Extension targets import and use this shared module.
  • Eliminate duplicate string files in the project.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions