This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// twitter js | |
// Language: javascript | |
const function_for_auto_unfollow = () => { | |
const _follow_you_ = "Seni takip ediyor"; // 'Follow', Turkish | |
const _follow_ = "Takip ediliyor"; // 'Follow', Turkish | |
const _unfollow_confirm_ = "Takibi bırak"; // 'Unfollow', Turkish | |
const _continue_text_ = "Devam ediyor..."; // 'Continue', Turkish | |
const _finish_ = "Bitti ! , tekrar başlayacak inş :) "; | |
const _remaining_ = "Kalan : "; |