mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-07-28 11:31:54 +00:00
1008 B
1008 B
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: frontend/app_flowy/packages/appflowy_editor/lib/l10n/
- Install the Visual Studio Code plugin: Flutter intl
- Modify the specific translation file.
- Save the file and the translation will be generated automatically.
Steps to add new language
Translation files are located in: frontend/app_flowy/packages/appflowy_editor/lib/l10n/
- Install the Visual Studio Code plugin: Flutter intl
- Copy the
intl_en.arb
as a base translation and rename the new file tointl_<new_locale>.arb
- Modify the new translation file.
- Save the file and the translation will be generated automatically.