Skip to content

Commit

Permalink
fix: remove unrelated from de_CH country codes (#2304)
Browse files Browse the repository at this point in the history
  • Loading branch information
ejcheng authored Aug 18, 2023
1 parent b468d5f commit aa1bb13
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/locales/de_CH/location/country_code.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,4 @@ export default [
{ alpha2: 'CH', alpha3: 'CHE' },
{ alpha2: 'DE', alpha3: 'DEU' },
{ alpha2: 'AT', alpha3: 'AUT' },
{ alpha2: 'US', alpha3: 'USA' },
{ alpha2: 'LI', alpha3: 'LIE' },
{ alpha2: 'HK', alpha3: 'HKG' },
{ alpha2: 'VN', alpha3: 'VNM' },
];

0 comments on commit aa1bb13

Please sign in to comment.