Pig Latin Translator
Translate English text into Pig Latin. Consonant-starting words move their leading consonant cluster to the end plus "ay"; vowel-starting words add "way". Capitalization is preserved and punctuation passes through. Runs entirely in your browser.
Input
Output
Consonants move to the end + "ay", vowels add "way".
Guides
Turn ordinary English into Pig Latin instantly. Paste or type any text and the translator rewrites each word using the classic playground rules, keeping your punctuation, numbers, capitalization and line breaks exactly where they were.
How to use it
- Type or paste your text into the input box.
- The Pig Latin translation appears in the output box as you type.
- Copy the result or download it as a text file.
The rules it follows
Pig Latin transforms each word based on its first letter:
- Words that start with a consonant move the whole leading consonant cluster to the end of the word and add
ay. Sohellobecomesellohay, andstring— which starts with the clusterstr— becomesingstray. - Words that start with a vowel simply get
wayadded to the end.applebecomesapplewayandeggbecomeseggway. - Words with no vowels (like some abbreviations) just get
ayappended.
Capitalization is preserved: a word that started with a capital letter stays capitalized after translation, so Hello becomes Ellohay. Punctuation, digits and spacing are never altered — only the letters of each word are rearranged, so Hello, world! becomes Ellohay, orldway!.
Which "vowel" convention does this use?
There are a few competing Pig Latin conventions. This translator adds way to vowel-starting words (the most common variant), not yay or ay. Consonant clusters are treated as a single unit and moved together, which is why chair becomes airchay rather than hairc-ay.
Can it translate Pig Latin back to English?
No. Pig Latin is a one-way transformation for practical purposes — the ay/way endings and the moved consonant clusters are ambiguous, so there is no reliable way to recover the original text automatically. Use it for fun, word games, and light text obfuscation rather than as a reversible cipher.
Is my text private?
Yes. The translation runs entirely in your browser. Nothing you type is uploaded or stored anywhere.