Skip to content

Commit

Permalink
fix(i18n): remove incomplete tag for Portuguese
Browse files Browse the repository at this point in the history
  • Loading branch information
Luzefiru committed Jul 22, 2024
1 parent 240d278 commit 9162b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i18n/locale-labels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type CountryInformation = {
};

export const localeLabels: CountryInformation[] = [
{ value: 'pt', label: 'Português', shortLabel: '🇵🇹', isIncomplete: true },
{ value: 'pt', label: 'Português', shortLabel: '🇵🇹' },
{ value: 'de', label: 'Deutsch', shortLabel: '🇩🇪' },
{ value: 'en', label: 'English', shortLabel: '🇺🇸' },
{ value: 'es', label: 'Español', shortLabel: '🇪🇸' },
Expand Down

0 comments on commit 9162b95

Please sign in to comment.