Currently crashes because file is not found or will be missing new translations if the target order is not adjusted according to the prefer-lang-templates dependencies from l10n.yaml.
translator:
targets:
- es-ES
- fr
- ja
- ko
prefer-lang-templates: {
'ko': 'ja' <---- PROBLEM (app_ja.arb will be created before app_ko.arb)
}
Currently crashes because file is not found or will be missing new translations if the
target
order is not adjusted according to theprefer-lang-templates
dependencies froml10n.yaml
.