mirror of
https://github.com/lipis/flag-icons.git
synced 2026-04-26 09:25:50 +03:00
[GH-ISSUE #13] Why is there no flag for en? #9
Labels
No labels
3rd-party
3rd-party
bug
code
documentation
enhancement
fixed-in-master
flag-request
help needed
missing-flag
missing-flag
pull-request
wrong-flag
wrong-flag
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/flag-icons#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
enstands for english and I want to show thegborusflag, but I get none usingen.Could you make something to set a default flag for
enso 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 foren.@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?
@lipis commented on GitHub (Apr 27, 2014):
Here is what you will find in this collection: http://en.wikipedia.org/wiki/ISO_3166-1
@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
@mabasic commented on GitHub (Apr 27, 2014):
I really do not care which flag I get for en: us or gb...
@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)