diff options
| author | Collin Funk <collin.funk1@gmail.com> | 2025-06-03 12:50:15 -0700 |
|---|---|---|
| committer | Florian Weimer <fweimer@redhat.com> | 2025-06-04 12:01:55 +0200 |
| commit | 5b456748693957b39a53b1e15e5b85a9af7c04a8 (patch) | |
| tree | 8c1d959fc2d7a3ce70eb7fefb540845e3b617a1d /locale | |
| parent | 7e10e30e64aa2cc8ba50f2f83cb7cc2cdad134ad (diff) | |
localedata: Use the name North Macedonia.
The name "the former Yugoslav Republic of Macedonia" is no longer in use
since the signing of the Prespa Agreement [1][2]. This resolved the
country's naming dispute with Greece and changed the name to "North
Macedonia".
The name field of this locale/iso-3166.def is not used, so this does not
affect binaries.
[1] https://en.wikipedia.org/wiki/Prespa_Agreement
[2] https://treaties.un.org/Pages/showDetails.aspx?objid=0800000280544ac1
Signed-off-by: Collin Funk <collin.funk1@gmail.com>
Reviewed-by: Florian Weimer <fweimer@redhat.com>
Diffstat (limited to 'locale')
| -rw-r--r-- | locale/iso-3166.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/iso-3166.def b/locale/iso-3166.def index 706f76bbe1..de62d20e99 100644 --- a/locale/iso-3166.def +++ b/locale/iso-3166.def @@ -138,7 +138,6 @@ DEFINE_COUNTRY_CODE ("LIECHTENSTEIN", LI, LIE, 438) DEFINE_COUNTRY_CODE ("LITHUANIA", LT, LTU, 440) DEFINE_COUNTRY_CODE ("LUXEMBOURG", LU, LUX, 442) DEFINE_COUNTRY_CODE ("MACAU", MO, MAC, 446) -DEFINE_COUNTRY_CODE ("MACEDONIA, THE FORMER YUGOSLAV REPUBLIC OF", MK, MKD, 807) DEFINE_COUNTRY_CODE ("MADAGASCAR", MG, MDG, 450) DEFINE_COUNTRY_CODE ("MALAWI", MW, MWI, 454) DEFINE_COUNTRY_CODE ("MALAYSIA", MY, MYS, 458) @@ -172,6 +171,7 @@ DEFINE_COUNTRY_CODE ("NIGER", NE, NER, 562) DEFINE_COUNTRY_CODE ("NIGERIA", NG, NGA, 566) DEFINE_COUNTRY_CODE ("NIUE", NU, NIU, 570) DEFINE_COUNTRY_CODE ("NORFOLK ISLAND", NF, NFK, 574) +DEFINE_COUNTRY_CODE ("NORTH MACEDONIA", MK, MKD, 807) DEFINE_COUNTRY_CODE ("NORTHERN MARIANA ISLANDS", MP, MNP, 580) DEFINE_COUNTRY_CODE ("NORWAY", NO, NOR, 578) DEFINE_COUNTRY_CODE ("OMAN", OM, OMN, 512) |
