This project is a public project that is localized for P&D Helper. But the P&D Helper itself is not a public project.
NOTICE: P&D Helper by Babos Technology is NOT an official app for Puzzle & Dragons.
P&D Helper is a powerful and fully parameterizable app that will help you solve difficult boards in
- Click Fork In the page top right corner. Fork your own copy of this repository to your account.
- Use Git to clone/pull repository locally for modification(How to modify please see below).
- Use Git to commit and push changes to your repository on GitHub.
- Go to the Pull requests page in the top middle of this repository, and click the New pull request button.
- Click the Compare Across Forks button and select your fork, the page then displays the changes.
- Click the Create pull request button and enter the details of the modification, create your pull request.
- The original English strings is
android/values/strings.xml
. - Copy the
values
folder tovalues-your_language_tag
, and add to Git repository. - Translate your
strings.xml
.
* If you not add a translation for news and logs, leave the value ofi18n_suffix
blank.
- The original English webpage is
web/news/news.html
andweb/changelog/changelog.html
. - Copy the two HTML files to themselves folder, change filename to
news-your_language_tag.html
andchangelog-your_language_tag.html
, and then add to Git repository. - Translate your HTML files.
- Change the
i18n_suffix
node value in yourstrings.xml
to your language tag.
Language Tag | Language variant(region) |
---|---|
en | English |
zh-rCN | 简体中文(大陆习惯) |
zh-rHK | 繁體中文(香港习惯) |
zh-rTW | 繁體中文(台灣习惯) |