I accidently externalised all my strings in an eclipse java project a week ago. However I cant find any option to revert this? Is there a way to convert externalised strings like mstring = Messages.getString("VSsimpleCursorAdapter.0") to "mstring = This is the string" as a batch? I’m looking for a python or ruby script that can do it automagiclly.
I accidently externalised all my strings in an eclipse java project a week ago.
Share
An awesome oneliner from @potong
Run this inside your src dir, and see the magic.