I created an XML Strings Translator Tool

I have been localizing all of my apps lately and I've had trouble using Google Play Console's built-in machine translation tool.

The problem is, it only accepts the strings.xml file, and that too is limited to 10 kB in size. That is not suitable for my use case at all. Even if you have a small to medium-sized app, the 10 kB limit is very restrictive.

So, I decided to create a simple tool that lets you upload your strings.xml without any file size limits or copy your strings directly to translate them.

This tool supports over 100 languages and also supports translating the strings to multiple languages at once.

You can check it out here: https://translate.xmlstrings.com

Do give it a try and let me know if you have any feedback or feature suggestions for the same.

Cheers!