File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
frontend/app_flowy/packages/appflowy_editor/documentation Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 1+ # Translate AppFlowy Editor
2+
3+ You can help Appflowy Editor in supporting various languages by contributing. Follow the steps below sequentially to contribute translations.
4+
5+ ## Steps to modify an existing translation
6+ Translation files are located in: ` frontend/app_flowy/packages/appflowy_editor/lib/l10n/ `
7+ 1 . Install the Visual Studio Code plugin: [ Flutter intl] ( https://marketplace.visualstudio.com/items?itemName=localizely.flutter-intl )
8+ 2 . Modify the specific translation file.
9+ 3 . Save the file and the translation will be generated automatically.
10+
11+ ## Steps to add new language
12+ Translation files are located in: ` frontend/app_flowy/packages/appflowy_editor/lib/l10n/ `
13+ 1 . Install the Visual Studio Code plugin: [ Flutter intl] ( https://marketplace.visualstudio.com/items?itemName=localizely.flutter-intl )
14+ 2 . Copy the ` intl_en.arb ` as a base translation and rename the new file to ` intl_<new_locale>.arb `
15+ 3 . Modify the new translation file.
16+ 4 . Save the file and the translation will be generated automatically.
You can’t perform that action at this time.
0 commit comments