- π©πͺGermany RobinCS
Recap from DrupalCon Lille 23:
- The original String-Version of the Formular should be saved in State, not in Config.
- Configuration is not aware of Plural.
- State becomes the primary source of truth.
- This dosn't disrupt common translation-deploy-flows, which currently can only use the import of PO-Files.
- We need to write an update hook, which guesses the Plural-Formular from the current Plural-Array.
- We can generate and and then compare arrays for these plural-forms. This should lead to a correct guess in most of the cases.
- If we don't find a correct guess (for example for a custom or broken language), we need a reasonable default. This default may change depending on the number of plurals in the array.
Reroll the latest patch:
I reroll the latest patch. A merge conflict (changes in an adjacent line) has been solved. - last update
about 1 year ago Custom Commands Failed