abp_io/README.md
This is the localization project of abp.io platform. All *.abp.io websites are built on top of ABP Framework, and it uses ABP Framework's localization system. You can correct a wrong localization text, or you can translate it into your own language. By doing so, abp.io websites will be translated into a new language and it will help to expand the ABP Community.
Install ABP CLI command line tool.
Run the following command to generate the localization file.
For example, for translating from English to French fr:
abp translate -c fr
After you fill in the empty localization keys, run the following command to apply it.
abp translate -a
Send your PR to the team; after the review process, we wil merge it.