localizely / flutter-intl-vscode

This VS Code extension generates boilerplate code for localization of Flutter apps with official Dart Intl library
MIT License
87 stars 1 forks source link

Copy missing keys to non-main ARB files #6

Open aleksakrstic opened 4 years ago

aleksakrstic commented 4 years ago

As a developer who adds new keys to main ARB file, when I want to translate them to other locales, I want to be able to automatically add missing keys to non-main ARB files so I can know what keys needs to be translated without manually comparing main ARB file to non-main ARB files.

talatkuyuk commented 4 years ago

It would be nice to have this feature.