瀏覽代碼

docs: add translation.md

Lucas.Xu 2 年之前
父節點
當前提交
595405f2cc
共有 1 個文件被更改,包括 16 次插入0 次删除
  1. 16 0
      frontend/app_flowy/packages/appflowy_editor/documentation/translation.md

+ 16 - 0
frontend/app_flowy/packages/appflowy_editor/documentation/translation.md

@@ -0,0 +1,16 @@
+# 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/`
+1. Install the Visual Studio Code plugin: [Flutter intl](https://marketplace.visualstudio.com/items?itemName=localizely.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: `frontend/app_flowy/packages/appflowy_editor/lib/l10n/`
+1. Install the Visual Studio Code plugin: [Flutter intl](https://marketplace.visualstudio.com/items?itemName=localizely.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.