pyamsoft / tetherfi

TetherFi - Internet sharing without Root
Apache License 2.0
276 stars 24 forks source link

Support I18N #293

Open brlin-tw opened 1 month ago

brlin-tw commented 1 month ago

I would like to translate the app to Taiwanese Chinese, however, it seems that the current UI strings aren't prepared to be translated yet.

pyamsoft commented 1 month ago

Very cool, thanks for the offer!

Right now, yes I'm not ready yet. To give you a general checklist of what I still need to get done for this to be feasible.

Right now basically all of the strings in the app are hardcoded English, as you've seen. I would need to move back to the Android resources system.

This app is built upon a library I also publish, called PYDroid, which provides a lot of common code like the settings page and popup dialogs. That library will need to be fully moved to the resource system as well.

Once these are both done, then I would be open to accepting translations. This will take a bit of time, so sorry in advance, but I appreciate your kind offer!