Moritz
Moritz
I am sorry, I still don't understand - if the strings you receive are also in an `arb` file, and you have the other translations also stored as `arb` files,...
With the replacement of `package:intl` being worked on, `package:intl4x`, we are currently not planning to implement new features here. Happy to accept PRs though!
I cannot reproduce this - maybe you should specify `\lib/cal2.dart` also for the `intl_generator:generate_from_arb` command.
I also strongly prefer typed interfaced, and am happy to accept PRs. This would be a breaking change, though.
While nesting should work, and this will be treated as a bug, your case looks like you don't actually need the outermost `Intl.select` call - this is just a `switch`,...
Couldn't you just write ``` import 'intlwrapper.dart' as Intl; void main(List args) { Intl.message('message'); } ``` with `message` being a top-level function in `intlwrapper`?
I agree with @alan-knight that silently removing the keys is not the right solution, this should produce a warning.
See also this [stackoverflow thread](https://stackoverflow.com/questions/57972593/what-online-tool-do-you-use-to-automate-translation-of-arb-files).
As far as I can tell, there is no support for this feature at the moment.
See also dart-lang/i18n#186 .