tetherfi icon indicating copy to clipboard operation
tetherfi copied to clipboard

Support I18N

Open brlin-tw opened this issue 9 months ago • 1 comments

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.

brlin-tw avatar May 03 '24 20:05 brlin-tw

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.

  • Migrate PYDroid (english) to resources
  • Migrate TetherFi (english) to resources

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!

pyamsoft avatar May 03 '24 20:05 pyamsoft

With the release of version 43, we have migrated away from hardcoded English strings in many places. The app should be running almost entirely off the Android resources system again, which will open the door now for translations into other languages.

Thank you for your contribution to the project!

pyamsoft avatar Jun 28 '24 04:06 pyamsoft

Thanks for the work!

brlin-tw avatar Jun 28 '24 09:06 brlin-tw