Add further indicator for village-level places in Ukrainian

This commit is contained in:
Joshua Ramon Enslin 2023-12-03 22:07:32 +01:00
parent 55931ba3ef
commit b14f2e14eb
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

@ -235,7 +235,7 @@ final class NodaConsolidatedNamesForPlaces extends NodaConsolidatedNamesAbstract
'county' => ['повіт'], 'county' => ['повіт'],
'city' => ['м.'], 'city' => ['м.'],
'parish' => ['волость'], 'parish' => ['волость'],
'village' => ['смт', 'сільська', 'с. '], 'village' => ['смт', 'сільська', 'с. ', 'село'],
'district' => [], // Is also р-н; which it is is determined based on position 'district' => [], // Is also р-н; which it is is determined based on position
'street' => ['вул. '], 'street' => ['вул. '],
]; ];