Same way as symfony we suffix the translation yamls with +intl-icu
Check that the clientHelperTranslator is passing it correctly
Important if we start using the ICU message format:
In the previous translation format, placeholders were often wrapped in % (e.g. %name%). This % character is no longer valid with the ICU MessageFormat syntax, so you must rename your parameters if you are upgrading from the previous format.
The skeleton translations, should be able to use the ICU Message Format
Same way as symfony we suffix the translation yamls with
+intl-icu
Check that the clientHelperTranslator is passing it correctlyImportant if we start using the ICU message format:
In the previous translation format, placeholders were often wrapped in % (e.g. %name%). This % character is no longer valid with the ICU MessageFormat syntax, so you must rename your parameters if you are upgrading from the previous format.