Description
The full name of some countries is displayed incompletely in the Profile interface.
For example, “North Macedonia, Republic of” appears truncated or unclear to users.
Technical context
This issue is not related to the Profile frontend or markup.
The Profile app retrieves the list of countries from the Frontend Platform, which relies on node-i18n-iso-countries (v4.3.1).
That package contains incorrect or incomplete English names for some countries.
Example:
https://github.com/michaelwittig/node-i18n-iso-countries/blob/94023be7c30892c1054e9e5ab60ce15484a9464f/langs/en.json#L160
Steps to Reproduce
- Open the user Profile page.
- Check the “Country” field.
- Select “North Macedonia, Republic of”.
- Observe that the name is truncated.
Expected Behavior
Full country names should be displayed correctly (e.g., “Republic of North Macedonia”).
Environment
- Frontend Platform version: current production
node-i18n-iso-countries: v4.3.1
Proposed Solution
- Upgrade or override
node-i18n-iso-countries with corrected country names.
- Alternatively, apply a mapping patch in the Frontend Platform layer to normalize names.
Description
The full name of some countries is displayed incompletely in the Profile interface.
For example, “North Macedonia, Republic of” appears truncated or unclear to users.
Technical context
This issue is not related to the Profile frontend or markup.
The Profile app retrieves the list of countries from the Frontend Platform, which relies on
node-i18n-iso-countries(v4.3.1).That package contains incorrect or incomplete English names for some countries.
Example:
https://github.com/michaelwittig/node-i18n-iso-countries/blob/94023be7c30892c1054e9e5ab60ce15484a9464f/langs/en.json#L160
Steps to Reproduce
Expected Behavior
Full country names should be displayed correctly (e.g., “Republic of North Macedonia”).
Environment
node-i18n-iso-countries: v4.3.1Proposed Solution
node-i18n-iso-countrieswith corrected country names.