docsifyjs / docsify

🃏 A magical documentation site generator.
https://docsify.js.org
MIT License
27.5k stars 5.67k forks source link

Removal of flags for language choice drop-down #2458

Closed paulhibbitts closed 2 months ago

paulhibbitts commented 3 months ago

Feature request

Problem or desire

Country specific flags should not be associated with language choices, and doing so can be seen as culturally insensitive as flags represent countries, not languages.

Proposal

Remove the display of flags by each language choice if a Translations menu is present. For example, as seen with Microsoft's Docsify-built course 'Language' menu on Generative AI: https://microsoft.github.io/generative-ai-for-beginners

Implementation

List of languages without flags, or perhaps with the use language codes (e.g., "EN" for English) before each language choice.

Koooooo-7 commented 3 months ago

Hi @paulhibbitts good propose. I think when the translation decision settle down(which langs we pick to remain), we could do this together that we remove the front flag of the langs menu.

Koooooo-7 commented 3 months ago

link #2432

paulhibbitts commented 3 months ago

Thanks very much for considering this FR and linking it to the issue @Koooooo-7 👍🏻

akshaybhinge19 commented 2 months ago

Hi @paulhibbitts @Koooooo-7 I've just opened a PR https://github.com/docsifyjs/docsify/pull/2468

paulhibbitts commented 2 months ago

Thank you @akshaybhinge19 !