You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
abp/abp_io
SALİH ÖZKARA fa50d7e970
Merge pull request #18381 from abpframework/maliming-patch-2
1 year ago
..
AbpIoLocalization Merge pull request #18381 from abpframework/maliming-patch-2 1 year ago
README.md Update README.md 1 year ago

README.md

ABP Platform Websites Localization

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.

How to Translate abp.io Into Your Language:

  1. Install ABP CLI command line tool.

  2. Run the following command to generate the localization file. For example, for translating from English to French fr:

    abp translate -c fr
    
  3. After you fill in the empty localization keys, run the following command to apply it.

    abp translate -a
    
  4. Send your PR to the team; after the review process, we wil merge it.


References: