google-translator icon indicating copy to clipboard operation
google-translator copied to clipboard

Many languages don't translate

Open tunopendientes opened this issue 4 years ago • 2 comments

Exception has occurred. _AssertionError ('package:translator/src/google_translator.dart': Failed assertion: line 25 pos 14: 'Languages.isSupported(language)': /E: Error -> Not a supported language: 'zh_Hant')

Happens to several languages.

Anyway, great Job!

MAy be you can fix it. Thanks a lot

tunopendientes avatar Apr 06 '20 15:04 tunopendientes

@tunopendientes Where did you get the language codes? It might not be supported by Google Translate.

tedserdel avatar Jul 09 '20 13:07 tedserdel

@tunopendientes The error you received states 'zh_Hant' is not supported.

Here is the link to Google's Language Codes for your reference. Below are the two supported codes you can possibly use.

  • 'zh_CN'
  • 'zh_TW'

tedserdel avatar Jul 09 '20 14:07 tedserdel