mirror of
https://github.com/lipis/flag-icons.git
synced 2026-04-26 09:25:50 +03:00
[GH-ISSUE #1381] Incorrect language code for Basque — should be "es-eu" or "eu" instead "es-pv" #615
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#615
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 @erseco on GitHub (Jun 17, 2025).
Original GitHub issue: https://github.com/lipis/flag-icons/issues/1381
Currently, the language code for Basque appears as
es-pv(Basque Country).This is incorrect according to ISO standards:
eubaq(deprecated)euseusThe correct code for Basque language should be:
eu(ISO 639-1)The code
es-pvmay refer to a regional variation for Basque Country in a Spanish context, but the language code itself must follow the ISO standard, which iseu.References:
Suggested correction:
Please update any references to the Basque language to use the correct ISO 639-1 code:
eu→ "Basque"Thank you.
@p2made commented on GitHub (Jun 18, 2025):
The following is my observation of
flag-icons, & should not be taken as speaking for @lipis...The codes used in
flag-iconsare ISO 3166 alpha 2 for countries, & ISO 3166-2 for subdivisions of countries. That's geographic rather than linguistic designations. Using es-pv for the Basque Country is consistent use of ISO 3166-2. Additionally,flag-iconsalready uses 'eu' for the flag of the European Union (itself outside of ISO 3166 scope).