Introduce Language installer in drupal cms
- Added the language installer on all the installer pages.
- On changing the language the page reloads with the selected language and adding parameters in the URL.
- On finishing the installation drupal sets the default language to the selected language.
- The JS and CSS code is placed in the drupal_cms_installer profile, while the form changes are made in the recipe_installer_kit
Merge request reports
Activity
- requested review from @reyero 
- assigned to @anjali15 
- added 1 commit - c7f5f142 - Enabled cms po files download and form alter to show selector on all the pages
 
- reset approvals from @reyero by pushing to the branch 
- added 1 commit - 99dfc7f0 - removed unnecessary changes from RecipesForm
 
- requested review from @reyero 
- added 1 commit - 8f4cb0e1 - updated code for batch error and cms version fix
 
- @anjali15 Testing it again, I'm finding some issues. - 
It looks like the new download_translation_cms() replaces the install_download_translation one, and only the cms..po file is downloaded - the idea was to have both right? cms- and drupal- 
- 
Then about the SiteConfigureForm, it shows up untranslated the first time, translated if you reload... Well, the difference seems to be the db being installed or not when you visit the page - install_base_system() is run the first time you visit it. 
 
- 
- added 1 commit - 27023042 - Added cache invalidate and added tasks after core install
 
- Hi @anjali15, - I'v just tried it again. The first issue (downloads) is fixed. The second one (untranslated form) I still can see it. 
- Closing the MR since this has been fixed! in !3 (merged) and !4 (merged) 
 
 