Fix #2057 Affichage de la langue du lien en prévisualisation#368
Fix #2057 Affichage de la langue du lien en prévisualisation#368
Conversation
Oumph
commented
Mar 18, 2023
- missing class to display flag on bookmarks during preview
- missing flags in some contrib CSS
- reorder langs in Redis to default to 'xx' (then 'fr', then sorted)
|
I'm rebasing the PR #296 with this one and I've just noticed that we also have a list of langs into linuxfr.org/app/assets/javascripts/application.coffee Lines 35 to 57 in f546634 Maybe you also want to update its order and add missing languages there ? |
Ok, I've found where it's used: when you reorganize a news, there's a So you certainly want to add missing language and reorder them to have same behavior everywhere. |
- missing class to display flag on bookmarks during preview - missing flags in some contrib CSS - reorder langs in Redis to default to 'xx' (then 'fr', then sorted)