From 82ae52f3d75d320d47d09eff4d18ff444edf4bd8 Mon Sep 17 00:00:00 2001 From: maliming Date: Tue, 10 Dec 2024 12:43:55 +0800 Subject: [PATCH] Added `Translation Commercial Modules` document. Resolve #21473 --- docs/en/contribution/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/en/contribution/index.md b/docs/en/contribution/index.md index 081f429b31..504078f09f 100644 --- a/docs/en/contribution/index.md +++ b/docs/en/contribution/index.md @@ -50,6 +50,12 @@ This is the recommended approach, since it automatically finds all missing texts If you want to make a change on a specific resource file, you can find the file yourself, make the necessary change (or create a new file for your language) and send a pull request on GitHub. +### Commercial Modules + +The commercial modules are not open source, and their localization files are not available in the public repository. The open-source module, `Account`, and the commercial module, `Account.Pro`, may have different translations. + +If you would like to translate a commercial module, please [create an issue](https://github.com/abpframework/abp/issues/new) on Github, and we will provide the necessary files (`abp-translation.json` for one or all modules). + ## Bug Report If you find any bug, please [create an issue on the Github repository](https://github.com/abpframework/abp/issues/new).