Skip to content

Commit d1d6688

Browse files
Added Translations option
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
1 parent d2e53d3 commit d1d6688

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
## Report a bug or request a feature
3030
You can report a bug or request a feature by [opening an issue](https://github.com/SmartPack/BusyBox-Installer/issues/new).
3131

32+
## Translations
33+
Please help me to translate this application via [POEditor](https://poeditor.com/join/project?hash=JsnaHsMpUk). You may also translate after downloading the original language string available [here](app/src/main/res/values/strings.xml).
34+
3235
## Donations
3336
If you like to appreciate my work, please consider donating to me (either via [PayPal](https://www.paypal.me/menacherry/), or [Ko-fi](https://ko-fi.com/sunilpaulmathew/), or by purchasing the [SmartPack Donation Package](https://play.google.com/store/apps/details?id=com.smartpack.donate) from playstore) as it is helpful to continue my projects more active, although it is not at all necessary.
3437

@@ -47,10 +50,10 @@ If you like to appreciate my work, please consider donating to me (either via [P
4750
* [topjohnwu](https://github.com/topjohnwu/), libsu
4851
* [https://busybox.net/](https://busybox.net/), BusyBox Binaries
4952
* [Lennoard Silva](https://github.com/Lennoard), Code contributions/Portuguese (Brazilian) Translations
50-
* [SmgKhOaRn](https://github.com/SmgKhOaRn), Korean Translations
53+
* [FiestaLake](https://github.com/FiestaLake), Korean Translations
5154
* [Mikesew1320](https://github.com/Mikesew1320), Amharic & Russian Translations
5255
* [tsiflimagas](https://github.com/tsiflimagas), Greek Translations
53-
* [Hafitz21](https://github.com/HafitzSetya), Indonesian Translations
56+
* [Hafitz Setya](https://github.com/breakdowns), Indonesian Translations
5457
* [sajid_islam](https://t.me/sajid_islam), App Icon
5558

5659
## License

app/src/main/java/com/smartpack/busyboxinstaller/MainActivity.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ protected void onCreate(Bundle savedInstanceState) {
9898
about.add(Menu.NONE, 4, Menu.NONE, getString(R.string.share));
9999
about.add(Menu.NONE, 5, Menu.NONE, getString(R.string.source_code));
100100
about.add(Menu.NONE, 6, Menu.NONE, getString(R.string.support_group));
101+
about.add(Menu.NONE, 17, Menu.NONE, getString(R.string.translations));
101102
about.add(Menu.NONE, 7, Menu.NONE, getString(R.string.donations));
102103
about.add(Menu.NONE, 8, Menu.NONE, getString(R.string.about));
103104
popupMenu.setOnMenuItemClickListener(item -> {
@@ -197,6 +198,8 @@ protected void onCreate(Bundle savedInstanceState) {
197198
restartApp();
198199
}
199200
break;
201+
case 17:
202+
Utils.launchUrl("https://poeditor.com/join/project?hash=JsnaHsMpUk", this);
200203
}
201204
return false;
202205
});

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
<string name="support_received_message">Thank you very much for your support \u2665\nIt will motivate me a lot to continue my projects more active! Moreover, you\'ll receive a supporter badge on the top of this page.</string>
5858
<string name="support_retry_message">Please try purchasing again!</string>
5959
<string name="support_group">Support Group</string>
60+
<string name="translations">Translations</string>
6061
<string name="update">Update</string>
6162
<string name="update_busybox">BusyBox Update Available!</string>
6263
<string name="updated_message">Congrats! You\'re Up-to-date!</string>

0 commit comments

Comments
 (0)