I have just installed a brand new drupal 10 website. My goal is to make french its default language and add English as another available language.
For that :
- I selected FRENCH as default language on the first step of the Drupal installation.
- I enabled the following modules :
Configuration translation
Content Translation
Interface Translation
Language
- I added a new language "English" here /fr/admin/config/regional/language
- I checked Enable interface translation to English for the english language.
When I am on /admin/config/regional/language, if I click on Translate next to French, I am redirected to /admin/config/regional/language/edit/fr/translate and I see that French (original) is the default language.
However, if I am on /admin/config/regional/language, if I click on Translate next to ENGLISH, I am redirected to /admin/config/regional/language/edit/en/translate and I see that ENGLISH (original) is the default language.
I can't understand why the default language is ENGLISH when I edit the english language ? shouldn't it always be French ?
/admin/config/regional/language/edit/fr/translate gives:
/admin/config/regional/language/edit/en/translate gives :