KoreanThinker / react-native-translator

🌐 Unlimited free google translate component & hook (Unofficial)
https://www.npmjs.com/package/react-native-translator
MIT License
79 stars 8 forks source link

fix: allow auto-detect type for source language #10

Closed doublelam closed 1 year ago

doublelam commented 1 year ago

Hi, since Google Translate and Papago allow to auto-detect the source language I added a string 'auto' for prop from when the type is google or papago. Please review it. Many thanks.