Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #32 from vtex/update/i18n
Browse files Browse the repository at this point in the history
Add Poland info and fix some other countries info
  • Loading branch information
marcelovicentegc authored Oct 15, 2024
2 parents 37b9140 + cb09035 commit 49af394
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions src/api/locales.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const locales: Locale[] = [
{
officialLanguage: "English",
region: "United Kingdom",
nativeOfficialLanguage: "English",
nativeOfficialLanguage: "English (UK)",
nativeRegion: "United Kingdom",
ISO6391: "en",
ISO6392: "eng",
Expand Down Expand Up @@ -588,7 +588,7 @@ export const locales: Locale[] = [
officialLanguage: "Bulgarian",
region: "Bulgaria",
nativeOfficialLanguage: "Български",
nativeRegion: "Norge",
nativeRegion: "България",
ISO6391: "bg",
ISO6392: "bul",
ISO31661Alpha2: "BG",
Expand Down Expand Up @@ -617,7 +617,6 @@ export const locales: Locale[] = [
ISO31661Alpha3: "AND",
IETFLanguageTag: "ca-AD",
},

{
officialLanguage: "Abkhaz",
region: "Abkhazia",
Expand All @@ -629,4 +628,15 @@ export const locales: Locale[] = [
ISO31661Alpha3: "ABK",
IETFLanguageTag: "ab-AB",
},
{
officialLanguage: "Polish",
region: "Poland",
nativeOfficialLanguage: "Polski",
nativeRegion: "Polska",
ISO6391: "pl",
ISO6392: "pol",
ISO31661Alpha2: "PL",
ISO31661Alpha3: "POL",
IETFLanguageTag: "pl-PL",
},
];

0 comments on commit 49af394

Please sign in to comment.