singerdmx / flutter-quill

Rich text editor for Flutter
https://pub.dev/packages/flutter_quill
MIT License
2.6k stars 839 forks source link

Add Thai (th) localization #2175

Closed silkyland closed 2 months ago

silkyland commented 2 months ago

This PR adds Thai (th) localization to the flutter-quill project. It includes a complete Thai translation for all existing UI elements and messages, ensuring proper handling of Thai characters and text direction. The addition of Thai language support will make flutter-quill more accessible to Thai-speaking users and developers, expanding the project's global reach.

Key changes:

  1. Added new localization file quill_th.arb for Thai language.
  2. Translated all existing UI strings to Thai.
  3. Ensured compatibility with Thai text rendering and input methods.
  4. Tested to confirm correct display of Thai text and appropriate UI adaptation.

Related Issues

Type of Change

Suggestions