-
Notifications
You must be signed in to change notification settings - Fork 27.1k
I18n: remove TRANSLATIONS_FORMAT #11695
Copy link
Copy link
Closed
Labels
area: i18nIssues related to localization and internationalizationIssues related to localization and internationalizationfeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issues
Milestone
Description
I'm submitting a feature request
Currently we have to provide the TRANSLATIONS_FORMAT at bootstrap time. I would expect Angular to identify the format by itself, since the format is passed via the file itself (for example xlf: <xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">). I think that this is not needed and redundant, which is also my motivation for opening this issue.
By the way: Even the LOCALE_ID could be read from at least the xlf file (not sure what it looks like in xmb files). If it is not explicitely set, it could be read from the xlf file as default behaviour (from the <file> property target-language)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: i18nIssues related to localization and internationalizationIssues related to localization and internationalizationfeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issues