Skip to content

Commit

Permalink
S:H:ISO3166: Ergänze eindeutige alternative Ländernamen; wichtig für …
Browse files Browse the repository at this point in the history
…ZUGFeRD-Export
  • Loading branch information
kiviniklas authored and jbueren committed Jan 17, 2025
1 parent c7b8f45 commit 1d26f22
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions SL/Helper/ISO3166.pm
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ my @alpha_2_mappings = (
[ 'CK', qr{^(?:CK|Cook Islands|Cookinseln)$}i ],
[ 'CL', qr{^(?:CL|Chile)$}i ],
[ 'CM', qr{^(?:CM|Cameroon|Kamerun)$}i ],
[ 'CN', qr{^(?:CN|China|Volksrepublik China)$}i ],
[ 'CN', qr{^(?:CN|China|P\.?\s?R\.?\s?(of )?C\.?(hina)?|Volksrepublik China)$}i ],
[ 'CO', qr{^(?:CO|Colombia|Kolumbien)$}i ],
[ 'CR', qr{^(?:CR|Costa Rica)$}i ],
[ 'CU', qr{^(?:CU|Cuba|Kuba)$}i ],
[ 'CV', qr{^(?:CV|Cabo Verde|Kap Verde)$}i ],
[ 'CW', qr{^(?:CW|Curaçao)$}i ],
[ 'CX', qr{^(?:CX|Christmas Island|Weihnachtsinsel)$}i ],
[ 'CY', qr{^(?:CY|Cyprus|Zypern)$}i ],
[ 'CZ', qr{^(?:CZ|Czechia|Tschechien)$}i ],
[ 'CZ', qr{^(?:CZ|Czechia|Czech Republic|Tschechien|Tschechische Republik)$}i ],
[ 'DE', qr{^(?:DE|Germany|D|Deutschland)$}i ],
[ 'DJ', qr{^(?:DJ|Djibouti|Dschibuti)$}i ],
[ 'DK', qr{^(?:DK|Denmark|Dänemark)$}i ],
Expand All @@ -86,7 +86,7 @@ my @alpha_2_mappings = (
[ 'FO', qr{^(?:FO|Faroe Islands|Färöer)$}i ],
[ 'FR', qr{^(?:FR|France|Frankreich)$}i ],
[ 'GA', qr{^(?:GA|Gabon|Gabun)$}i ],
[ 'GB', qr{^(?:GB|United Kingdom of Great Britain and Northern Ireland|Vereinigtes Königreich)$}i ],
[ 'GB', qr{^(?:GB|United Kingdom( of Great Britain and Northern Ireland)?|Vereinigtes Königreich)$}i ],
[ 'GD', qr{^(?:GD|Grenada)$}i ],
[ 'GE', qr{^(?:GE|Georgia|Georgien)$}i ],
[ 'GF', qr{^(?:GF|French Guiana|Französisch-Guayana)$}i ],
Expand Down Expand Up @@ -200,7 +200,7 @@ my @alpha_2_mappings = (
[ 'RE', qr{^(?:RE|Réunion)$}i ],
[ 'RO', qr{^(?:RO|Romania|Rumänien)$}i ],
[ 'RS', qr{^(?:RS|Serbia|Serbien)$}i ],
[ 'RU', qr{^(?:RU|Russian Federation|Russland)$}i ],
[ 'RU', qr{^(?:RU|Russian Federation|Russia|Russland)$}i ],
[ 'RW', qr{^(?:RW|Rwanda|Ruanda)$}i ],
[ 'SA', qr{^(?:SA|Saudi Arabia|Saudi-Arabien)$}i ],
[ 'SB', qr{^(?:SB|Solomon Islands|Salomonen)$}i ],
Expand Down Expand Up @@ -242,7 +242,7 @@ my @alpha_2_mappings = (
[ 'UA', qr{^(?:UA|Ukraine)$}i ],
[ 'UG', qr{^(?:UG|Uganda)$}i ],
[ 'UM', qr{^(?:UM|United States Minor Outlying Islands)$}i ],
[ 'US', qr{^(?:US|United States of America|Vereinigte Staaten)$}i ],
[ 'US', qr{^(?:US|United States of America|Vereinigte Staaten|U\.?\s?S\.?\s?A\.?)$}i ],
[ 'UY', qr{^(?:UY|Uruguay)$}i ],
[ 'UZ', qr{^(?:UZ|Uzbekistan|Usbekistan)$}i ],
[ 'VA', qr{^(?:VA|Holy See|Vatikanstadt)$}i ],
Expand Down

0 comments on commit 1d26f22

Please sign in to comment.