Skip to content

Bundle does not work properly with new Intl ICU translations #300

Closed
@bocharsky-bw

Description

@bocharsky-bw
  1. When I extract translations with $ bin/console translation:extract - the command put Intl ICU translations to the standard messages.en.xlf files instead of messages+intl-icu.en.xlf.
  2. Even when I have "Intl ICU" translations in messages+intl-icu.en.xlf - the $ bin/console translation:extract command put those translations into messages.en.xlf anyway, i.e. so I have duplications in both files.
  3. 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:

Screen Shot 2019-03-20 at 22 50 23

4. The Web UI, i.e. `/admin/_trans/app` page does not display translations of `messages+intl-icu.en.xlf` as a separate domain, it displays them in `messages` domain. But if you edit those messages, they popup in messages.en.xlf 5. Probably something else...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions