Skip to content

Commit

Permalink
Misc: Credits to Ukrainian transaltor
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
  • Loading branch information
sunilpaulmathew committed Feb 8, 2020
1 parent 45bbcb3 commit ea91382
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ If you like to appreciate my work, please consider donating to me (either via [P
* [Roiyaru](https://github.com/Roiyaru), Chinese (simplified)
* [Andrey](https://github.com/andrey167), Russian
* [Lennoard Silva](https://github.com/Lennoard), Portuguese (Brazilian)
* [kiratt](http://4pda.ru/forum/index.php?showuser=5859577), Russian/Ukrainian

## Report a bug or request a feature

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public class AboutFragment extends RecyclerViewFragment {
sTranslations.put("Chinese (rCN),Roiyaru", "https://github.com/Roiyaru");
sTranslations.put("Russian,Andrey", "https://github.com/andrey167");
sTranslations.put("Portuguese (rBr),Lennoard Silva", "https://github.com/Lennoard");
sTranslations.put("Russian/Ukrainian,kiratt", "http://4pda.ru/forum/index.php?showuser=5859577");
}

@Override
Expand Down Expand Up @@ -339,6 +340,9 @@ private void translationsInit(List<RecyclerViewItem> items) {
case "Lennoard Silva":
descriptionView.setDrawable(getResources().getDrawable(R.drawable.ic_lennoard));
break;
case "kiratt":
descriptionView.setDrawable(getResources().getDrawable(R.drawable.ic_kiratt));
break;
}
descriptionView.setTitle(lib.split(",")[1]);
descriptionView.setSummary(lib.split(",")[0]);
Expand Down
Binary file added app/src/main/res/drawable/ic_kiratt.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions download/App-update.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"releaseNotes": "Change-logs\n - SmartPack: Manual Flashing: Improve flashing.\n - Backup, Custom Controls, Profiles, & Script Manager: Apply file manager updates.\n - Miscellaneous changes.",
"latestVersion": "9.11",
"latestVersionCode": 92
"latestVersion": "9.12",
"latestVersionCode": 93
}

0 comments on commit ea91382

Please sign in to comment.