{$t('worldtravel.country_list')}
{filteredCountries.length} {$t('worldtravel.num_countries')}
(filterOption = 'all')} />
(filterOption = 'partial')} />
(filterOption = 'complete')} />
(filterOption = 'not')} />
{$t('worldtravel.all_subregions')}
{#each worldSubregions as subregion}
{subregion}
{/each}
{$t('adventures.show_map')}
{#if searchQuery.length > 0}
(searchQuery = '')}> {$t('worldtravel.clear_search')}
{/if}
{#if showMap}
{#each filteredCountries as country} {#if country.latitude && country.longitude}
goto(`/worldtravel/${country.country_code}`)} >
{country.name}
{/if} {/each}
{/if}
{#each filteredCountries as country}
{/each}
{#if filteredCountries.length === 0}
{$t('worldtravel.no_countries_found')}
{#if allCountries.length === 0}
{$t('settings.documentation_link')}
{/if} {/if}
Countries | World Travel