Hi,
I am really thankful for this package, as it simplifies app translation a lot. Only thing what I found missing is that I cannot leave in .csv empty fields, and I get error during generation. I need empty fields to seed translations to keys later on. So far I managed to add " " to empty field, but would prefer if I had option in pubspec.yaml ability to set generator convert empty field to "" or even to "KEY_NAME" in .arb files.
Other thing what I found was in README, that you have use "dart run flutter_pseudolocalizor" to generate arb files. After greater digging I found that you need to use "dart run arb_generator", which makes sence, and everything did work after. Please correct this mistake.
Hi,
I am really thankful for this package, as it simplifies app translation a lot. Only thing what I found missing is that I cannot leave in .csv empty fields, and I get error during generation. I need empty fields to seed translations to keys later on. So far I managed to add " " to empty field, but would prefer if I had option in pubspec.yaml ability to set generator convert empty field to "" or even to "KEY_NAME" in .arb files.
Other thing what I found was in README, that you have use "dart run flutter_pseudolocalizor" to generate arb files. After greater digging I found that you need to use "dart run arb_generator", which makes sence, and everything did work after. Please correct this mistake.