mirror of
https://github.com/lipis/flag-icons.git
synced 2026-04-26 09:25:50 +03:00
[GH-ISSUE #1021] Wrong flag ISO for Cambodia #476
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#476
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 @chantouchsek on GitHub (Jul 13, 2022).
Original GitHub issue: https://github.com/lipis/flag-icons/issues/1021
According to: https://www.loc.gov/standards/iso639-2/php/code_list.php
@NotTsunami commented on GitHub (Jul 13, 2022):
That is a different standard than what is used for the library. This library follows ISO 3166-1 alpha-2 codes.
@chantouchsek commented on GitHub (Jul 22, 2022):
Thanks, It's ok. I can resolve it by copying css and rename the flag file.
@NotTsunami commented on GitHub (Jul 23, 2022):
I looked into this more to give you a better response. ISO 639 refers to language codes, meanwhile ISO 3166 refers to country codes. This library follows ISO 3166 because we are representing flags by country, not by language. Cheers.
@chantouchsek commented on GitHub (Jul 25, 2022):
No worries, You don't have to force yourself to check it anyway. I have resolved it by the way I told you.
@TouchSek commented on GitHub (Jul 27, 2022):
@NotTsunami how about this https://github.com/iamkun/dayjs/blob/dev/src/locale/km.js ?