From c77e6b0345f2b7a8e5de5ed9a8f990d20176760e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9v=C3=AAque?= <63057851+Nicolas-Leveque@users.noreply.github.com> Date: Wed, 9 Aug 2023 14:09:15 +0200 Subject: [PATCH] fix(i18n): incorrect french translation for Bulgaria country name (#5063) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Nicolas Lévêque --- projects/i18n/languages/french/countries.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/i18n/languages/french/countries.ts b/projects/i18n/languages/french/countries.ts index 3df48cdc6263..fa9a82fd1908 100644 --- a/projects/i18n/languages/french/countries.ts +++ b/projects/i18n/languages/french/countries.ts @@ -19,7 +19,7 @@ export const TUI_FRENCH_LANGUAGE_COUNTRIES: Record = [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`,