slang-i18n / slang

Type-safe i18n for Dart and Flutter
https://pub.dev/packages/slang
MIT License
459 stars 39 forks source link

Long press tooltip on Traditional Chinese in in correct. #240

Closed chunghei0116 closed 1 month ago

chunghei0116 commented 1 month ago

Describe the bug While using the TextField widget, when user long press on the input field. The translation of the tooltip are incorrect.

image

To Reproduce Steps to reproduce the behavior:

  1. Create a input field
  2. Long press on that input field
  3. Simplified Chinese tooltip but not Traditional one.

Expected behavior Traditional Tootltip should be displayed.

Additional context My setup:

image