Skip to content

Commit

Permalink
fix(i18n): update countries (#1147)
Browse files Browse the repository at this point in the history
* fix(i18n): rename UK to GB

* fix(i18n): replace AN with BQ, CW, SX
  • Loading branch information
Michael M committed Dec 27, 2021
1 parent 980a42c commit eb7829f
Show file tree
Hide file tree
Showing 16 changed files with 48 additions and 26 deletions.
6 changes: 4 additions & 2 deletions projects/i18n/enums/country-iso-code.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export enum TuiCountryIsoCode {
AI = 'AI',
AL = 'AL',
AM = 'AM',
AN = 'AN',
AO = 'AO',
AR = 'AR',
AT = 'AT',
Expand All @@ -25,6 +24,7 @@ export enum TuiCountryIsoCode {
BM = 'BM',
BN = 'BN',
BO = 'BO',
BQ = 'BQ',
BR = 'BR',
BS = 'BS',
BT = 'BT',
Expand All @@ -43,6 +43,7 @@ export enum TuiCountryIsoCode {
CR = 'CR',
CU = 'CU',
CV = 'CV',
CW = 'CW',
CY = 'CY',
CZ = 'CZ',
DE = 'DE',
Expand All @@ -63,6 +64,7 @@ export enum TuiCountryIsoCode {
FM = 'FM',
FR = 'FR',
GA = 'GA',
GB = 'GB',
GD = 'GD',
GE = 'GE',
GH = 'GH',
Expand Down Expand Up @@ -171,6 +173,7 @@ export enum TuiCountryIsoCode {
SR = 'SR',
ST = 'ST',
SV = 'SV',
SX = 'SX',
SY = 'SY',
SZ = 'SZ',
TC = 'TC',
Expand All @@ -188,7 +191,6 @@ export enum TuiCountryIsoCode {
TZ = 'TZ',
UA = 'UA',
UG = 'UG',
UK = 'UK',
UY = 'UY',
UZ = 'UZ',
VC = 'VC',
Expand Down
6 changes: 4 additions & 2 deletions projects/i18n/languages/dutch/countries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export const TUI_DUTCH_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string> = {
[TuiCountryIsoCode.AI]: 'Anguilla',
[TuiCountryIsoCode.AL]: 'Albanië',
[TuiCountryIsoCode.AM]: 'Armenië',
[TuiCountryIsoCode.AN]: 'Nederlandse Antillen',
[TuiCountryIsoCode.AO]: 'Angola',
[TuiCountryIsoCode.AR]: 'Argentinië',
[TuiCountryIsoCode.AT]: 'Oostenrijk',
Expand All @@ -27,6 +26,7 @@ export const TUI_DUTCH_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string> = {
[TuiCountryIsoCode.BM]: 'Bermuda',
[TuiCountryIsoCode.BN]: 'Brunei',
[TuiCountryIsoCode.BO]: 'Bolivia',
[TuiCountryIsoCode.BQ]: 'Bonaire, Sint Eustatius en Saba',
[TuiCountryIsoCode.BR]: 'Brazilië',
[TuiCountryIsoCode.BS]: 'Bahamas',
[TuiCountryIsoCode.BT]: 'Bhutan',
Expand All @@ -46,6 +46,7 @@ export const TUI_DUTCH_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string> = {
[TuiCountryIsoCode.CR]: 'Costa Rica',
[TuiCountryIsoCode.CU]: 'Cuba',
[TuiCountryIsoCode.CV]: 'Kaapverdië',
[TuiCountryIsoCode.CW]: 'Curaçao',
[TuiCountryIsoCode.CY]: 'Cyprus',
[TuiCountryIsoCode.CZ]: 'Tsjechië',
[TuiCountryIsoCode.DE]: 'Duitsland',
Expand All @@ -66,6 +67,7 @@ export const TUI_DUTCH_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string> = {
[TuiCountryIsoCode.FM]: 'V.S. van Micronesië',
[TuiCountryIsoCode.FR]: 'Frankrijk',
[TuiCountryIsoCode.GA]: 'Gabon',
[TuiCountryIsoCode.GB]: 'Verenigd Koningkrijk',
[TuiCountryIsoCode.GD]: 'Grenada',
[TuiCountryIsoCode.GE]: 'Georgië',
[TuiCountryIsoCode.GH]: 'Ghana',
Expand Down Expand Up @@ -174,6 +176,7 @@ export const TUI_DUTCH_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string> = {
[TuiCountryIsoCode.SR]: 'Suriname',
[TuiCountryIsoCode.ST]: 'Sao Tomé en Principe',
[TuiCountryIsoCode.SV]: 'El Salvador',
[TuiCountryIsoCode.SX]: 'Sint Maarten',
[TuiCountryIsoCode.SY]: 'Arabische Rep. Syrië',
[TuiCountryIsoCode.SZ]: 'Swaziland',
[TuiCountryIsoCode.TC]: 'Turks- en Caicoseilanden',
Expand All @@ -191,7 +194,6 @@ export const TUI_DUTCH_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string> = {
[TuiCountryIsoCode.TZ]: 'Tanzania',
[TuiCountryIsoCode.UA]: 'Oekraïne',
[TuiCountryIsoCode.UG]: 'Oeganda',
[TuiCountryIsoCode.UK]: 'Verenigd Koningkrijk',
[TuiCountryIsoCode.US]: 'Verenigde Staten',
[TuiCountryIsoCode.UY]: 'Uruguay',
[TuiCountryIsoCode.UZ]: 'Oezbekistan',
Expand Down
6 changes: 4 additions & 2 deletions projects/i18n/languages/english/countries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export const TUI_ENGLISH_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string> =
[TuiCountryIsoCode.AI]: 'Anguilla',
[TuiCountryIsoCode.AL]: 'Albania',
[TuiCountryIsoCode.AM]: 'Armenia',
[TuiCountryIsoCode.AN]: 'Netherlands Antilles',
[TuiCountryIsoCode.AO]: 'Angola',
[TuiCountryIsoCode.AR]: 'Argentina',
[TuiCountryIsoCode.AT]: 'Austria',
Expand All @@ -27,6 +26,7 @@ export const TUI_ENGLISH_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string> =
[TuiCountryIsoCode.BM]: 'Bermuda',
[TuiCountryIsoCode.BN]: 'Brunei Darussalam',
[TuiCountryIsoCode.BO]: 'Bolivia',
[TuiCountryIsoCode.BQ]: 'Bonaire, Sint Eustatius and Saba',
[TuiCountryIsoCode.BR]: 'Brazil',
[TuiCountryIsoCode.BS]: 'Bahamas',
[TuiCountryIsoCode.BT]: 'Bhutan',
Expand All @@ -46,6 +46,7 @@ export const TUI_ENGLISH_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string> =
[TuiCountryIsoCode.CR]: 'Costa Rica',
[TuiCountryIsoCode.CU]: 'Cuba',
[TuiCountryIsoCode.CV]: 'Cape Verde',
[TuiCountryIsoCode.CW]: 'Curaçao',
[TuiCountryIsoCode.CY]: 'Cyprus',
[TuiCountryIsoCode.CZ]: 'Czech Republic',
[TuiCountryIsoCode.DE]: 'Germany',
Expand All @@ -66,6 +67,7 @@ export const TUI_ENGLISH_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string> =
[TuiCountryIsoCode.FM]: 'F.S. of Micronesia',
[TuiCountryIsoCode.FR]: 'France',
[TuiCountryIsoCode.GA]: 'Gabon',
[TuiCountryIsoCode.GB]: 'United Kingdom',
[TuiCountryIsoCode.GD]: 'Grenada',
[TuiCountryIsoCode.GE]: 'Georgia',
[TuiCountryIsoCode.GH]: 'Ghana',
Expand Down Expand Up @@ -174,6 +176,7 @@ export const TUI_ENGLISH_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string> =
[TuiCountryIsoCode.SR]: 'Suriname',
[TuiCountryIsoCode.ST]: 'Sao Tome and Principe',
[TuiCountryIsoCode.SV]: 'El Salvador',
[TuiCountryIsoCode.SX]: 'Sint Maarten',
[TuiCountryIsoCode.SY]: 'Syrian Arab Republic',
[TuiCountryIsoCode.SZ]: 'Swaziland',
[TuiCountryIsoCode.TC]: 'Turks and Caicos',
Expand All @@ -191,7 +194,6 @@ export const TUI_ENGLISH_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string> =
[TuiCountryIsoCode.TZ]: 'Tanzania',
[TuiCountryIsoCode.UA]: 'Ukraine',
[TuiCountryIsoCode.UG]: 'Uganda',
[TuiCountryIsoCode.UK]: 'United Kingdom',
[TuiCountryIsoCode.US]: 'USA',
[TuiCountryIsoCode.UY]: 'Uruguay',
[TuiCountryIsoCode.UZ]: 'Uzbekistan',
Expand Down
6 changes: 4 additions & 2 deletions projects/i18n/languages/french/countries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export const TUI_FRENCH_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string> =
[TuiCountryIsoCode.AI]: 'Anguilla',
[TuiCountryIsoCode.AL]: 'Albanie',
[TuiCountryIsoCode.AM]: 'Arménie',
[TuiCountryIsoCode.AN]: 'Antilles néerlandaises',
[TuiCountryIsoCode.AO]: 'Angola',
[TuiCountryIsoCode.AR]: 'Argentine',
[TuiCountryIsoCode.AT]: 'Autriche',
Expand All @@ -27,6 +26,7 @@ export const TUI_FRENCH_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string> =
[TuiCountryIsoCode.BM]: 'Bermudes',
[TuiCountryIsoCode.BN]: 'Brunéi Darussalam',
[TuiCountryIsoCode.BO]: 'Bolivie',
[TuiCountryIsoCode.BQ]: 'Bonaire, Saint-Eustache et Saba',
[TuiCountryIsoCode.BR]: 'Brésil',
[TuiCountryIsoCode.BS]: 'Bahamas',
[TuiCountryIsoCode.BT]: 'Bhoutan',
Expand All @@ -46,6 +46,7 @@ export const TUI_FRENCH_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string> =
[TuiCountryIsoCode.CR]: 'Costa Rica',
[TuiCountryIsoCode.CU]: 'Cuba',
[TuiCountryIsoCode.CV]: 'Cap-Vert',
[TuiCountryIsoCode.CW]: 'Curaçao',
[TuiCountryIsoCode.CY]: 'Chypre',
[TuiCountryIsoCode.CZ]: 'République Tchèque',
[TuiCountryIsoCode.DE]: 'Allemagne',
Expand All @@ -66,6 +67,7 @@ export const TUI_FRENCH_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string> =
[TuiCountryIsoCode.FM]: 'Etats fédérés de Micronésie',
[TuiCountryIsoCode.FR]: 'France',
[TuiCountryIsoCode.GA]: 'Gabon',
[TuiCountryIsoCode.GB]: 'Royaume-Uni',
[TuiCountryIsoCode.GD]: 'Grenade',
[TuiCountryIsoCode.GE]: 'Géorgie',
[TuiCountryIsoCode.GH]: 'Ghana',
Expand Down Expand Up @@ -174,6 +176,7 @@ export const TUI_FRENCH_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string> =
[TuiCountryIsoCode.SR]: 'Suriname',
[TuiCountryIsoCode.ST]: 'Sao Tomé-et-Principe',
[TuiCountryIsoCode.SV]: 'El Salvador',
[TuiCountryIsoCode.SX]: 'Saint-Martin',
[TuiCountryIsoCode.SY]: 'République arabe syrienne',
[TuiCountryIsoCode.SZ]: 'Swaziland',
[TuiCountryIsoCode.TC]: 'Iles Turks-et-Caïcos',
Expand All @@ -191,7 +194,6 @@ export const TUI_FRENCH_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string> =
[TuiCountryIsoCode.TZ]: 'Tanzanie',
[TuiCountryIsoCode.UA]: 'Ukraine',
[TuiCountryIsoCode.UG]: 'Ouganda',
[TuiCountryIsoCode.UK]: 'Royaume-Uni',
[TuiCountryIsoCode.US]: "Etats-Unis d''Amérique",
[TuiCountryIsoCode.UY]: 'Uruguay',
[TuiCountryIsoCode.UZ]: 'Ouzbékistan',
Expand Down
6 changes: 4 additions & 2 deletions projects/i18n/languages/italian/countries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export const TUI_ITALIAN_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string> =
[TuiCountryIsoCode.AI]: 'Anguilla',
[TuiCountryIsoCode.AL]: 'Albania',
[TuiCountryIsoCode.AM]: 'Armenia',
[TuiCountryIsoCode.AN]: 'Antille Olandesi',
[TuiCountryIsoCode.AO]: 'Angola',
[TuiCountryIsoCode.AR]: 'Argentina',
[TuiCountryIsoCode.AT]: 'Austria',
Expand All @@ -27,6 +26,7 @@ export const TUI_ITALIAN_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string> =
[TuiCountryIsoCode.BM]: 'Bermuda',
[TuiCountryIsoCode.BN]: 'Brunei Darussalam',
[TuiCountryIsoCode.BO]: 'Bolivia',
[TuiCountryIsoCode.BQ]: 'Bonaire, Sint Eustatius e Saba',
[TuiCountryIsoCode.BR]: 'Brasile',
[TuiCountryIsoCode.BS]: 'Bahamas',
[TuiCountryIsoCode.BT]: 'Bhutan',
Expand All @@ -46,6 +46,7 @@ export const TUI_ITALIAN_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string> =
[TuiCountryIsoCode.CR]: 'Costa Rica',
[TuiCountryIsoCode.CU]: 'Cuba',
[TuiCountryIsoCode.CV]: 'Capo Verde',
[TuiCountryIsoCode.CW]: 'Curaçao',
[TuiCountryIsoCode.CY]: 'Cipro',
[TuiCountryIsoCode.CZ]: 'Repubblica Ceca',
[TuiCountryIsoCode.DE]: 'Germania',
Expand All @@ -66,6 +67,7 @@ export const TUI_ITALIAN_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string> =
[TuiCountryIsoCode.FM]: 'Stati Federali della Micronesia',
[TuiCountryIsoCode.FR]: 'Francia',
[TuiCountryIsoCode.GA]: 'Gabon',
[TuiCountryIsoCode.GB]: 'Regno Unito',
[TuiCountryIsoCode.GD]: 'Grenada',
[TuiCountryIsoCode.GE]: 'Georgia',
[TuiCountryIsoCode.GH]: 'Ghana',
Expand Down Expand Up @@ -174,6 +176,7 @@ export const TUI_ITALIAN_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string> =
[TuiCountryIsoCode.SR]: 'Suriname',
[TuiCountryIsoCode.ST]: 'Sao Tome e Principe',
[TuiCountryIsoCode.SV]: 'El Salvador',
[TuiCountryIsoCode.SX]: 'Sint Maarten',
[TuiCountryIsoCode.SY]: 'Siria',
[TuiCountryIsoCode.SZ]: 'Swaziland',
[TuiCountryIsoCode.TC]: 'Isole Turks e Caicos',
Expand All @@ -191,7 +194,6 @@ export const TUI_ITALIAN_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string> =
[TuiCountryIsoCode.TZ]: 'Tanzania',
[TuiCountryIsoCode.UA]: 'Ucraina',
[TuiCountryIsoCode.UG]: 'Uganda',
[TuiCountryIsoCode.UK]: 'Regno Unito',
[TuiCountryIsoCode.US]: "Stati Uniti d'America",
[TuiCountryIsoCode.UY]: 'Uruguay',
[TuiCountryIsoCode.UZ]: 'Uzbekistan',
Expand Down
6 changes: 4 additions & 2 deletions projects/i18n/languages/polish/countries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export const TUI_POLISH_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string> =
[TuiCountryIsoCode.AI]: 'Anguilla',
[TuiCountryIsoCode.AL]: 'Albania',
[TuiCountryIsoCode.AM]: 'Armenia',
[TuiCountryIsoCode.AN]: 'Antyle Holenderskie',
[TuiCountryIsoCode.AO]: 'Angola',
[TuiCountryIsoCode.AR]: 'Argentyna',
[TuiCountryIsoCode.AT]: 'Austria',
Expand All @@ -27,6 +26,7 @@ export const TUI_POLISH_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string> =
[TuiCountryIsoCode.BM]: 'Bermudy',
[TuiCountryIsoCode.BN]: 'Brunei',
[TuiCountryIsoCode.BO]: 'Boliwia',
[TuiCountryIsoCode.BQ]: 'Bonaire, Sint Eustatius i Saba',
[TuiCountryIsoCode.BR]: 'Brazylia',
[TuiCountryIsoCode.BS]: 'Bahamy',
[TuiCountryIsoCode.BT]: 'Bhutan',
Expand All @@ -46,6 +46,7 @@ export const TUI_POLISH_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string> =
[TuiCountryIsoCode.CR]: 'Kostaryka',
[TuiCountryIsoCode.CU]: 'Kuba',
[TuiCountryIsoCode.CV]: 'Republika Zielonego Przylądka',
[TuiCountryIsoCode.CW]: 'Curaçao',
[TuiCountryIsoCode.CY]: 'Cypr',
[TuiCountryIsoCode.CZ]: 'Czechy',
[TuiCountryIsoCode.DE]: 'Niemcy',
Expand All @@ -66,6 +67,7 @@ export const TUI_POLISH_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string> =
[TuiCountryIsoCode.FM]: 'Mikronezja',
[TuiCountryIsoCode.FR]: 'Francja',
[TuiCountryIsoCode.GA]: 'Gabon',
[TuiCountryIsoCode.GB]: 'Wielka Brytania',
[TuiCountryIsoCode.GD]: 'Grenada',
[TuiCountryIsoCode.GE]: 'Gruzja',
[TuiCountryIsoCode.GH]: 'Ghana',
Expand Down Expand Up @@ -174,6 +176,7 @@ export const TUI_POLISH_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string> =
[TuiCountryIsoCode.SR]: 'Surinam',
[TuiCountryIsoCode.ST]: 'Wyspy Świętego Tomasza i Książęca',
[TuiCountryIsoCode.SV]: 'Salwador',
[TuiCountryIsoCode.SX]: 'Sint Maarten',
[TuiCountryIsoCode.SY]: 'Syria',
[TuiCountryIsoCode.SZ]: 'Eswatini',
[TuiCountryIsoCode.TC]: 'Turks i Caicos',
Expand All @@ -191,7 +194,6 @@ export const TUI_POLISH_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string> =
[TuiCountryIsoCode.TZ]: 'Tanzania',
[TuiCountryIsoCode.UA]: 'Ukraina',
[TuiCountryIsoCode.UG]: 'Uganda',
[TuiCountryIsoCode.UK]: 'Wielka Brytania',
[TuiCountryIsoCode.US]: 'Stany Zjednoczone',
[TuiCountryIsoCode.UY]: 'Urugwaj',
[TuiCountryIsoCode.UZ]: 'Uzbekistan',
Expand Down
6 changes: 4 additions & 2 deletions projects/i18n/languages/portuguese/countries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export const TUI_PORTUGUESE_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string
[TuiCountryIsoCode.AI]: 'Anguila',
[TuiCountryIsoCode.AL]: 'Albânia',
[TuiCountryIsoCode.AM]: 'Armênia',
[TuiCountryIsoCode.AN]: 'Antilhas Neerlandesas',
[TuiCountryIsoCode.AO]: 'Angola',
[TuiCountryIsoCode.AR]: 'Argentina',
[TuiCountryIsoCode.AT]: 'Áustria',
Expand All @@ -27,6 +26,7 @@ export const TUI_PORTUGUESE_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string
[TuiCountryIsoCode.BM]: 'Bermudas',
[TuiCountryIsoCode.BN]: 'Brunéi',
[TuiCountryIsoCode.BO]: 'Bolívia',
[TuiCountryIsoCode.BQ]: 'Bonaire, Santo Eustáquio e Saba',
[TuiCountryIsoCode.BR]: 'Brasil',
[TuiCountryIsoCode.BS]: 'Bahamas',
[TuiCountryIsoCode.BT]: 'Butão',
Expand All @@ -46,6 +46,7 @@ export const TUI_PORTUGUESE_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string
[TuiCountryIsoCode.CR]: 'Costa Rica',
[TuiCountryIsoCode.CU]: 'Cuba',
[TuiCountryIsoCode.CV]: 'Cabo Verde',
[TuiCountryIsoCode.CW]: 'Curaçau',
[TuiCountryIsoCode.CY]: 'Chipre',
[TuiCountryIsoCode.CZ]: 'República Checa',
[TuiCountryIsoCode.DE]: 'Alemanha',
Expand All @@ -66,6 +67,7 @@ export const TUI_PORTUGUESE_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string
[TuiCountryIsoCode.FM]: 'Micronesia',
[TuiCountryIsoCode.FR]: 'França',
[TuiCountryIsoCode.GA]: 'Gabão',
[TuiCountryIsoCode.GB]: 'Reino Unido',
[TuiCountryIsoCode.GD]: 'Granada',
[TuiCountryIsoCode.GE]: 'Georgia',
[TuiCountryIsoCode.GH]: 'Gana',
Expand Down Expand Up @@ -174,6 +176,7 @@ export const TUI_PORTUGUESE_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string
[TuiCountryIsoCode.SR]: 'Suriname',
[TuiCountryIsoCode.ST]: 'Santo Tomé e Príncipe',
[TuiCountryIsoCode.SV]: 'El Salvador',
[TuiCountryIsoCode.SX]: 'São Martinho',
[TuiCountryIsoCode.SY]: 'Síria',
[TuiCountryIsoCode.SZ]: 'Essuatíni',
[TuiCountryIsoCode.TC]: 'Ilhas Turcas e Caicos​',
Expand All @@ -191,7 +194,6 @@ export const TUI_PORTUGUESE_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string
[TuiCountryIsoCode.TZ]: 'Tanzânia',
[TuiCountryIsoCode.UA]: 'Ucrânia',
[TuiCountryIsoCode.UG]: 'Uganda',
[TuiCountryIsoCode.UK]: 'Reino Unido',
[TuiCountryIsoCode.US]: 'Estados Unidos',
[TuiCountryIsoCode.UY]: 'Uruguai',
[TuiCountryIsoCode.UZ]: 'Uzbequistão',
Expand Down
6 changes: 4 additions & 2 deletions projects/i18n/languages/russian/countries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export const TUI_RUSSIAN_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string> =
[TuiCountryIsoCode.AI]: 'Ангилья',
[TuiCountryIsoCode.AL]: 'Албания',
[TuiCountryIsoCode.AM]: 'Армения',
[TuiCountryIsoCode.AN]: 'Нидерландские Антильские острова',
[TuiCountryIsoCode.AO]: 'Ангола',
[TuiCountryIsoCode.AR]: 'Аргентина',
[TuiCountryIsoCode.AT]: 'Австрия',
Expand All @@ -27,6 +26,7 @@ export const TUI_RUSSIAN_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string> =
[TuiCountryIsoCode.BM]: 'Бермудские острова',
[TuiCountryIsoCode.BN]: 'Бруней-Даруссалам',
[TuiCountryIsoCode.BO]: 'Боливия',
[TuiCountryIsoCode.BQ]: 'Бонайре, Синт-Эстатиус и Саба',
[TuiCountryIsoCode.BR]: 'Бразилия',
[TuiCountryIsoCode.BS]: 'Багамские Острова',
[TuiCountryIsoCode.BT]: 'Бутан',
Expand All @@ -46,6 +46,7 @@ export const TUI_RUSSIAN_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string> =
[TuiCountryIsoCode.CR]: 'Коста-Рика',
[TuiCountryIsoCode.CU]: 'Куба',
[TuiCountryIsoCode.CV]: 'Кабо-Верде',
[TuiCountryIsoCode.CW]: 'Кюрасао',
[TuiCountryIsoCode.CY]: 'Кипр',
[TuiCountryIsoCode.CZ]: 'Чехия',
[TuiCountryIsoCode.DE]: 'Германия',
Expand All @@ -66,6 +67,7 @@ export const TUI_RUSSIAN_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string> =
[TuiCountryIsoCode.FM]: 'Ф.Ш. Микронезии',
[TuiCountryIsoCode.FR]: 'Франция',
[TuiCountryIsoCode.GA]: 'Габон',
[TuiCountryIsoCode.GB]: 'Великобритания',
[TuiCountryIsoCode.GD]: 'Гренада',
[TuiCountryIsoCode.GE]: 'Грузия',
[TuiCountryIsoCode.GH]: 'Гана',
Expand Down Expand Up @@ -174,6 +176,7 @@ export const TUI_RUSSIAN_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string> =
[TuiCountryIsoCode.SR]: 'Суринам ',
[TuiCountryIsoCode.ST]: 'Сан-Томе и Принсипи',
[TuiCountryIsoCode.SV]: 'Сальвадор',
[TuiCountryIsoCode.SX]: 'Синт-Мартен',
[TuiCountryIsoCode.SY]: 'Сирийская арабская республика',
[TuiCountryIsoCode.SZ]: 'Свазиленд',
[TuiCountryIsoCode.TC]: 'Тёркс и Кайкос',
Expand All @@ -191,7 +194,6 @@ export const TUI_RUSSIAN_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string> =
[TuiCountryIsoCode.TZ]: 'Танзания',
[TuiCountryIsoCode.UA]: 'Украина',
[TuiCountryIsoCode.UG]: 'Уганда',
[TuiCountryIsoCode.UK]: 'Великобритания',
[TuiCountryIsoCode.US]: 'США',
[TuiCountryIsoCode.UY]: 'Уругвай',
[TuiCountryIsoCode.UZ]: 'Узбекистан',
Expand Down
Loading

0 comments on commit eb7829f

Please sign in to comment.