Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 920 Bytes

translation.md

File metadata and controls

16 lines (13 loc) · 920 Bytes

Translate AppFlowy Editor

You can help Appflowy Editor in supporting various languages by contributing. Follow the steps below sequentially to contribute translations.

Steps to modify an existing translation

Translation files are located in: lib/l10n/

  1. Install the Visual Studio Code plugin: Flutter intl
  2. Modify the specific translation file.
  3. Save the file and the translation will be generated automatically.

Steps to add new language

Translation files are located in: lib/l10n/

  1. Install the Visual Studio Code plugin: Flutter intl
  2. Copy the intl_en.arb as a base translation and rename the new file to intl_<new_locale>.arb
  3. Modify the new translation file.
  4. Save the file and the translation will be generated automatically.