Skip to content

Instantly share code, notes, and snippets.

View SuleymanAli's full-sized avatar
🏠
Working from home

Suleyman Aliyev SuleymanAli

🏠
Working from home
View GitHub Profile
@SuleymanAli
SuleymanAli / GoogleTranslate.vue
Last active August 8, 2023 13:43
Google Translate For The Specified Languages In Vue.js 3
<script setup>
const defaultLanguage = ref('tr')
const languages = reactive([
{
name: 'Türkçe',
code: 'tr', // 1. Language Codes -> https://gist.github.com/JT5D/a2fdfefa80124a06f5a9
flag: 'tu', // 2. Language Flag URLs -> https://www.kaggle.com/zhongtr0n/country-flag-urls
},
{