parent
2998618e39
commit
770641f741
2 changed files with 1 additions and 2 deletions
|
@ -439,7 +439,6 @@ fromBcp47 ("en":"GB":_) = "en-gb"
|
|||
fromBcp47 ("grc":_) = "agr"
|
||||
fromBcp47 x = fromIso $ head x
|
||||
where
|
||||
fromIso "cz" = "cs"
|
||||
fromIso "el" = "gr"
|
||||
fromIso "eu" = "ba"
|
||||
fromIso "he" = "il"
|
||||
|
|
|
@ -1182,7 +1182,7 @@ commonFromBcp47 x = fromIso $ head x
|
|||
fromIso "br" = "breton"
|
||||
fromIso "ca" = "catalan"
|
||||
fromIso "cy" = "welsh"
|
||||
fromIso "cz" = "czech"
|
||||
fromIso "cs" = "czech"
|
||||
fromIso "cop" = "coptic"
|
||||
fromIso "da" = "danish"
|
||||
fromIso "dv" = "divehi"
|
||||
|
|
Loading…
Add table
Reference in a new issue