diff --git a/src/components/pages/LinkAnalyzer.vue b/src/components/pages/LinkAnalyzer.vue index 0eb526f..774ac36 100644 --- a/src/components/pages/LinkAnalyzer.vue +++ b/src/components/pages/LinkAnalyzer.vue @@ -142,7 +142,7 @@ {{ $t('linkAnalyzer.countries') }} - {{ country[0] }} - {{ country[1] }} + {{ country[0] }} - [{{ country[2] }}] {{ country[1] }} {{ $t('linkAnalyzer.noCountries') }} @@ -231,6 +231,7 @@ export default { const chars = [...cc].map(c => c.charCodeAt() + 127397) temp.push(String.fromCodePoint(...chars)) temp.push(COUNTRIES[cc]) + temp.push(cc.toUpperCase()) this.countries.push(temp) this.available_countries.push(cc.toLowerCase()) })
{{ country[0] }} - {{ country[1] }}
{{ country[0] }} - [{{ country[2] }}] {{ country[1] }}