Suggetions by @Lennoard
- As you can see, the translated string line are being appended an extra "" at the end , sometimes twice - [Fixed]
- If you're translating the last strings, i.e the recycler view is scrolled to bottom, when you're done translating it hard-scrolls back to top (maybe you're calling notifyDatasetChanged() instead of itemChanged?) - [Fixed]
- I'd like an option to see what was the original string even after I hit OK when translating, so that I can know that I didn't messed up - [In progress]
- Translation progress is very welcome - [To-do]
- You can consume Google Translate API for some advanced stuff too - [To-do]