Countries | World Travel

{$t('worldtravel.country_list')}

{filteredCountries.length} {$t('worldtravel.of')} {totalCountries} {$t('worldtravel.countries')}

{#if searchQuery.length > 0} {/if}
{$t('worldtravel.filter_by')}:
{#if subRegionOption}
{subRegionOption}
{/if} {#if searchQuery || filterOption !== 'all' || subRegionOption} {/if}
{#if showMap}
{#each filteredCountries as country} {#if country.latitude && country.longitude} goto(`/worldtravel/${country.country_code}`)} > {country.name} {/if} {/each}
{/if}
{#if filteredCountries.length === 0}

{$t('worldtravel.no_countries_found')}

{$t('worldtravel.no_countries_found_desc')}

{#if allCountries.length === 0}

{$t('worldtravel.no_country_data_available')}

{$t('worldtravel.no_country_data_available_desc')}

{$t('settings.documentation_link')}
{/if}
{:else}
{#each filteredCountries as country} {/each}
{/if}

{$t('adventures.filters_and_stats')}

{$t('adventures.travel_progress')}

{$t('worldtravel.total_countries')}
{totalCountries}
{$t('worldtravel.available_to_explore')}
{$t('adventures.visited')}
{visitedCountries}
{$t('worldtravel.remaining')}
{notVisitedCountries}
{$t('worldtravel.complete')}
{completeCountries}
{$t('worldtravel.partial')}
{partialCountries}
{$t('worldtravel.progress')} {Math.round((visitedCountries / totalCountries) * 100)}%

{$t('worldtravel.filter_by_region')}

{#each worldSubregions as subregion} {/each}