-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Labels
Description
- When I extract translations with
$ bin/console translation:extract
- the command put Intl ICU translations to the standardmessages.en.xlf
files instead ofmessages+intl-icu.en.xlf
. - Even when I have "Intl ICU" translations in
messages+intl-icu.en.xlf
- the$ bin/console translation:extract
command put those translations intomessages.en.xlf
anyway, i.e. so I have duplications in both files. - Xliff format does not support
+
sign in file ID, i.e:<file id="messages+intl-icu.en">
is invalid ID, at least PhpStorm says so:
welcoMattic, cristoforocervino, tristanbes, Lustmored and marien-probesys