Asana / locheck

Validate iOS, Android, and Mac localizations. Find errors in .strings, .stringsdict, and strings.xml files.
MIT License
96 stars 10 forks source link

Any new command to compare both .xml and .strings provide summary for the missing 'values' in both platforms that would really save more time #32

Open AnilVarturi11 opened 2 years ago

hborders commented 1 year ago

This seems like it wants to look at strings between an Android and an iOS app codebase. I don't think this makes sense because the codebases are different. Each project should manage itself individually. Perhaps the tool could emit all keys present in a codebase, and then if you have a monorepo, you could verify that both codebases have the same keys, if this is an issue for you?