Rodsevich / arb_utils

A set of tools for working with .arb files (the preferred Dart way of dealing with i18n/l10n/translations)
https://pub.dev/packages/arb_utils
BSD 3-Clause "New" or "Revised" License
19 stars 12 forks source link

feat: check duplicated values #20

Open ronnnnn opened 1 year ago

ronnnnn commented 1 year ago

Overview

Add check command and duplicates sub command to find duplicated values.

Use Case

Large arb file or many arb files make difficult to find duplicated values. To find them easily, add the commands on arb_utils.

Review Points

ronnnnn commented 1 year ago

@Rodsevich Please review my ideas and codes.

Rodsevich commented 1 year ago

Hey @ronnnnn ! I'll happily do this today. Thanks for the PR!

ronnnnn commented 1 year ago

@Rodsevich Thank you for your reviews and quick response. I update codes and docs from your advices.

ronnnnn commented 1 year ago

I agree with your approach. I'll try to make foundational feature (supporting only duplicated values). Thank you a lot for your advices.