Content
View differences
Updated by Christophe Bliard about 3 years ago
Part of ###36933
Once seeding data is injected in root seeder, it will be possible to translate it before injecting it.
Steps:
* move seeding data into a static file (not a translation file)
* have a script extract translatable strings from seeding data into a translation file
* make this translation file available to the crowdin translation process
* when reading the seeding data, translate texts before injecting it to the root seeder, and fallback on original text if no translation found. seeder.
Once seeding data is injected in root seeder, it will be possible to translate it before injecting it.
Steps:
* move seeding data into a static file (not a translation file)
*
* make this translation file available to the crowdin translation process
*