Skip to content

Commit

Permalink
fix(i18n): incorrect french translation for Bulgaria country name (#5063
Browse files Browse the repository at this point in the history
)

Co-authored-by: Nicolas Lévêque <[email protected]>
  • Loading branch information
Nicolas-Leveque and Nicolas Lévêque authored Aug 9, 2023
1 parent 5b6c5e7 commit c77e6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/i18n/languages/french/countries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const TUI_FRENCH_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string> =
[TuiCountryIsoCode.BD]: `Bangladesh`,
[TuiCountryIsoCode.BE]: `Belgique`,
[TuiCountryIsoCode.BF]: `Burkina Faso`,
[TuiCountryIsoCode.BG]: `Belgique`,
[TuiCountryIsoCode.BG]: `Bulgarie`,
[TuiCountryIsoCode.BH]: `Bahrein`,
[TuiCountryIsoCode.BI]: `Burundi`,
[TuiCountryIsoCode.BJ]: `Bénin`,
Expand Down

0 comments on commit c77e6b0

Please sign in to comment.