Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deduplication task #8

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Deduplication task #8

wants to merge 12 commits into from

Conversation

geekarist
Copy link
Collaborator

This PR brings a new androidI18nDeduplicate task to merge duplicates between a source module and other modules.

The changes can be split in 2 parts:

  1. Refactor the Importer and Exporter to make some ProjectData extensions functions public
  2. Use the ProjectData mapping functions to implement the task in 3 steps:
    • Deserialize the project's string resources
    • Deduplicate the keys using the ProjectData.deduplicate method
    • Serialize back

README.md Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants