Hi @airathalitov
Apologies for the delayed response as we have been busy updating the plugins and launching our new website.
BadgeOS Community add-on is already compatible with WordPress localization standards.
You can contribute the add-on by adding new languages translations. Please follow the steps below to contribute the source code.
- Fork BadgeOS CommunityAdd-on
- Create a new branch based on master branch with appropriate name (For example: russian-translation) “git checkout -b russian-translation”
- Add support for Russian translation to the add-on
- Commit your changes (git commit -am “Added support for Russian translation”)
- Push to the branch back to GitHub (git push origin russian-translation)
- Open a Pull Request
- Select “master” as the base branch for your contribution
- Describe and submit your pull request
- Enjoy a refreshing beverage and wait
Github Repo: https://github.com/opencredit/BadgeOS-Community-Add-on
Please let us know if you have any further question.
Thanks