[GH-ISSUE #13] Why is there no flag for en? #9

Closed
opened 2026-03-03 14:33:52 +03:00 by kerem · 5 comments
Owner

Originally created by @mabasic on GitHub (Apr 27, 2014).
Original GitHub issue: https://github.com/lipis/flag-icons/issues/13

Hi, i am implementing this code in my application, and my languages are: hr, en and it.
en stands for english and I want to show the gb or us flag, but I get none using en.

Could you make something to set a default flag for en so that I don't have to check in my code whether the language is en and then set us flag or gb flag.

In every application language is en, it does not make sense that you don't offer a default flag for en.

Originally created by @mabasic on GitHub (Apr 27, 2014). Original GitHub issue: https://github.com/lipis/flag-icons/issues/13 Hi, i am implementing this code in my application, and my languages are: hr, en and it. `en` stands for english and I want to show the `gb` or `us` flag, but I get none using `en`. Could you make something to set a default flag for `en` so that I don't have to check in my code whether the language is en and then set us flag or gb flag. In every application language is `en`, it does not make sense that you don't offer a default flag for `en`.
kerem closed this issue 2026-03-03 14:33:53 +03:00
Author
Owner

@lipis commented on GitHub (Apr 27, 2014):

This is a collection of flags.. and flags belong to countries.. not languages! You will have to make your own logic for that.. because like you already mentioned which should I choose for English.. the British or the American.. or the Australian?

<!-- gh-comment-id:41493612 --> @lipis commented on GitHub (Apr 27, 2014): This is a collection of flags.. and flags belong to countries.. not languages! You will have to make your own logic for that.. because like you already mentioned which should I choose for English.. the British or the American.. or the Australian?
Author
Owner

@lipis commented on GitHub (Apr 27, 2014):

Here is what you will find in this collection: http://en.wikipedia.org/wiki/ISO_3166-1

<!-- gh-comment-id:41493624 --> @lipis commented on GitHub (Apr 27, 2014): Here is what you will find in this collection: http://en.wikipedia.org/wiki/ISO_3166-1
Author
Owner

@mabasic commented on GitHub (Apr 27, 2014):

I was only suggesting that you make an alias for en or something. It would be very helpful ... But nevermind

<!-- gh-comment-id:41493697 --> @mabasic commented on GitHub (Apr 27, 2014): I was only suggesting that you make an alias for en or something. It would be very helpful ... But nevermind
Author
Owner

@mabasic commented on GitHub (Apr 27, 2014):

I really do not care which flag I get for en: us or gb...

<!-- gh-comment-id:41493743 --> @mabasic commented on GitHub (Apr 27, 2014): I really do not care which flag I get for en: us or gb...
Author
Owner

@lipis commented on GitHub (May 3, 2014):

Sorry but this will not going to happen.. one example on how you could easily override some rules to match your needs: https://github.com/gae-init/gae-init-babel/blob/master/main/static/src/style/locale.less

(I had similar problem, to display the languages in http://babel.gae-init.appspot.com)

<!-- gh-comment-id:42109283 --> @lipis commented on GitHub (May 3, 2014): Sorry but this will not going to happen.. one example on how you could easily override some rules to match your needs: https://github.com/gae-init/gae-init-babel/blob/master/main/static/src/style/locale.less (I had similar problem, to display the languages in http://babel.gae-init.appspot.com)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/flag-icons#9
No description provided.