blob: 720771a2ca521d9f314d1d5a86851e17c003e899 [file] [log] [blame]
# /**********************************************************************************************
# * Key Format:
# *
# * For level 1 data, the key is the ISO3166-2 code. An ISO3166-2 code is composed as follows:
# * a two letter country code followed by up to three alphanumeric characters for the level 1 administration.
# *
# * For level 2 data, the key is the ISO3166-2 code followed by six digits. The leftmost two digits indicate
# * the level 1 container of a level 2 administration (i.e. California is a level 1 container for Orange County
# * which is a level 2 administration). The two digits were taken from a lexicographic sorting of all the
# * level 1 administrations within a country. Similarly, the four leftmost digits indicate a level 2 administration.
# * Again, these four digits are an index into the lexicographic sorting of all level 2 administrations within
# * a level 1 administration.
# ************************************************************************************************/
# COMOROS_names.properties # Level 0
COM = Comoros
# Level 1 (admin 1 = e.g., state)
KM-G = Grand Comore
KM-ILM = Ile De Mayotte (Fr.)
KM-M = Mwali
KM-NZ = Nzwani
# Level 2 (admin 2 = e.g., country)
# Generated key details : Level 1 ( KM-G = GRAND COMORE ). Level 2 ( 020001 = COM.L2.1 ).
KM-G-G020001 = KM-G-G020001
# Generated key details : Level 1 ( KM-NZ = NZWANI ). Level 2 ( 050001 = COM.L2.2 ).
KM-NZ-G050001 = KM-NZ-G050001
# Generated key details : Level 1 ( KM-M = MWALI ). Level 2 ( 040001 = COM.L2.3 ).
KM-M-G040001 = KM-M-G040001
# Generated key details : Level 1 ( KM-ILM = ILE DE MAYOTTE (FR.) ). Level 2 ( 030001 = COM.L2.4 ).
KM-ILM-G030001 = KM-ILM-G030001