Gen Z English Translator

Different forms of English to understand the slang and manner of speak of generation z

Check out this AI image generator 👈 completely free, no sign-up, no limits.


LingoJam © 2024 Home | Terms & Privacy






   

Translator

                     
                     
         reverseIsDisabled = true; function backward(text) { return $('#english-text').val(); } //]]> //} catch(e) { // alert("There's an error in the custom script of this translator. Error:"+e); //} try { var jsonData = {"phrases1":"Tryna pull up\nMy girlfriend is attractive\nI make money\nI like it\nThis is suspicious\/weird\nMissing out\nThis is good\nThis shit is gas\nBe so for real\nBe so for real\nAltered my brain chemistry\nI\u2019m deadass \nShoot your shot\nUnderstood the assignment\nBruh\nThis slaps\nHot take \nReal one\nNo shot\n It Do be\nTryna\nLives rent free in my head\nTryna pull up","phrases2":"Are going to come\nShawty is bad\nI\u2019m makin bread\nI fuck with it\nThis is sus\nSleepin on\nThis is fire\nThis tastes good\nI agree\nDon\u2019t be an idiot\nMade me see it in a new light\nI\u2019m serious\nAsk them out\nHad a creative reaction to something\nWhy did you do that\nThis is tasty\/enjoyable\nUnpopular opinion\nGood friend\nNo way\nIt is\nTrying to\nI like to think about it\nAre going to go","words1":"Bad\nBop\nBread\nBruh\nFire\nGas\nHomie\nLow key\nShawty\nSlaps\nSlaps\nVibe \nWig\nZaddy\nCancel\nCanceled \nExtra\nFell off\nFr\nFlex\nGoat\nGreen flag\nRed flag\nSus\nSus\nGirlboss\nI\u2019m weak \nIykyk\nLmfao\nLmao\nLol\nIma\nYessir\nNah \nFam\nMain character\nHigh key\nSlay\nStan\nTrash\nTea\nW\nW\u2019s\nL\nL\u2019s \nWoke\n\ud83d\ude02\n\ud83d\ude2d\n\ud83d\udc80\n\ud83d\udc80\nSlay\nStan\nHella\nHot minute\nHot minute\nDawg\nDank\nDank\nBussin\nBussin\nSfw\nNsfw \nWord\nWord\nFr\nDope\nIm Dead\nDead","words2":"Attractive \nShawty is bad\nMoney \nWhy\nGood\nTasty\nFriend\n(Used as a filler phrase and means nothing)\nGirlfriend\nGood\/tasty\nTasty\/enjoyable \nAesthetic\nI agree\nAttractive man\nBoycott\nBoycotted\nOver the top \nGot worse\nThat\u2019s true \n To Show off\nBest at something \nGood thing about someone \nBad thing about someone \nSuspicious\nWeird\nFeminist figure\nI find that funny\nIf you know you know\nLaughing my fucking ass off\nLaughing my ass off\nLaugh out loud\nI\u2019m going to \nYes\nNo\nClose friend\nImportant person\nImportant\nGo do it\/amazing\nFanboy\/fangirl\nBad\nGossip\nWin\nWins\nLoss\nLosses\nPolitically aware, liberal \nInsanely hilarious \nHilarious \nFunny\/embarrassing \nFunny\nAmazing\nAficionado \nVery\nA second\nSecond\nDude\nUnpleasant \nCool\nGreat\nGood\nSafe for work\nNot safe for work\nThat\u2019s accurate\nYeah\nYeah\nCool\nI\u2019m embarrassed \nEmbarrassed","intraword1":"","intraword2":"","prefixes1":"","prefixes2":"","suffixes1":"","suffixes2":"","regex1":"","regex2":"","rev_regex1":"","rev_regex2":"","ordering1":"","ordering2":""}; phrases1 = jsonData.phrases1.split("\n"); phrases2 = jsonData.phrases2.split("\n"); words1 = jsonData.words1.split("\n"); words2 = jsonData.words2.split("\n"); intraword1 = jsonData.intraword1.split("\n"); intraword2 = jsonData.intraword2.split("\n"); prefixes1 = jsonData.prefixes1.split("\n"); prefixes2 = jsonData.prefixes2.split("\n"); suffixes1 = jsonData.suffixes1.split("\n"); suffixes2 = jsonData.suffixes2.split("\n"); regex1 = jsonData.regex1.split("\n"); regex2 = jsonData.regex2.split("\n"); rev_regex1 = jsonData.rev_regex1.split("\n"); rev_regex2 = jsonData.rev_regex2.split("\n"); ordering1 = jsonData.ordering1.split("\n"); ordering2 = jsonData.ordering2.split("\n"); } catch(err) { alert("Ahh an error! Please contact me via reddit.com/r/lingojam and I'll fix it asap. Error log: "+err.message); } evenUpSizes(phrases1,phrases2); evenUpSizes(words1,words2); evenUpSizes(intraword1,intraword2); evenUpSizes(prefixes1,prefixes2); evenUpSizes(suffixes1,suffixes2); //fix for mysql trailing newline deletion problem function evenUpSizes(a,b) { if(a.length > b.length) { while(a.length > b.length) b.push(""); } else if(b.length > a.length) { while(b.length > a.length) a.push(""); } } handleDuplicates(words1, words2); /* Initial translate for default text */ if($('#english-text').val() != "") { var english = $('#english-text').val(); var ghetto = translate(english); $('#ghetto-text').val(ghetto); }